From e6522b0486f3f680b7fb917f889361ba490c75f5 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 9 Aug 2023 18:32:46 -0400 Subject: [PATCH] Restore a `using` that was accidentally removed --- tools/Tgstation.Server.ReleaseNotes/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index ecf049b5f2..10b207ad9a 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -7,6 +7,7 @@ using System.Threading.Tasks; using System.Xml.Linq; using Octokit; +using Octokit.GraphQL; namespace Tgstation.Server.ReleaseNotes {