From 835ec189c6fda8e2ac5bca6d978c96962e99b161 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 23 Dec 2023 12:07:43 -0500 Subject: [PATCH] Nullify `ITopicClientFactory` --- .../Components/Session/ITopicClientFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Session/ITopicClientFactory.cs b/src/Tgstation.Server.Host/Components/Session/ITopicClientFactory.cs index 7f60ace9d0..c4be5235a1 100644 --- a/src/Tgstation.Server.Host/Components/Session/ITopicClientFactory.cs +++ b/src/Tgstation.Server.Host/Components/Session/ITopicClientFactory.cs @@ -2,8 +2,6 @@ using Byond.TopicSender; -#nullable disable - namespace Tgstation.Server.Host.Components.Session { ///