From f3a87287068b998a42a13dbc4affbeecb3de075b Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Sun, 19 May 2024 15:41:39 +0200 Subject: [PATCH] chore: remove unused `using` --- MyMcRealms/Controllers/McoController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MyMcRealms/Controllers/McoController.cs b/MyMcRealms/Controllers/McoController.cs index 541961e..de9bd20 100644 --- a/MyMcRealms/Controllers/McoController.cs +++ b/MyMcRealms/Controllers/McoController.cs @@ -1,7 +1,6 @@ using Microsoft.AspNetCore.Mvc; using MyMcRealms.Attributes; using MyMcRealms.Responses; -using Newtonsoft.Json; namespace MyMcRealms.Controllers {