From d07f5b4cd79be1fbb5456624c99377eae8abad39 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 20:13:32 -0500 Subject: [PATCH] Nullify `IGitHubClientFactory` --- src/Tgstation.Server.Host/Utils/GitHub/IGitHubClientFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Utils/GitHub/IGitHubClientFactory.cs b/src/Tgstation.Server.Host/Utils/GitHub/IGitHubClientFactory.cs index 8ffea0fbd2..ec95fd16ab 100644 --- a/src/Tgstation.Server.Host/Utils/GitHub/IGitHubClientFactory.cs +++ b/src/Tgstation.Server.Host/Utils/GitHub/IGitHubClientFactory.cs @@ -1,7 +1,5 @@ using Octokit; -#nullable disable - namespace Tgstation.Server.Host.Utils.GitHub { ///