From 26ef81e47a946bb8f2a7fd6854760ea4b1231db2 Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 15 Mar 2022 00:29:34 -0400 Subject: [PATCH] fix build issue --- PluralKit.API/Controllers/PrivateController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PluralKit.API/Controllers/PrivateController.cs b/PluralKit.API/Controllers/PrivateController.cs index 4d19c3e5..38ed9adb 100644 --- a/PluralKit.API/Controllers/PrivateController.cs +++ b/PluralKit.API/Controllers/PrivateController.cs @@ -1,5 +1,6 @@ using Microsoft.AspNetCore.Mvc; +using Newtonsoft.Json; using Newtonsoft.Json.Linq; using PluralKit.Core;