diff --git a/src/Tgstation.Server.Host/Utils/SignalR/IConnectionMappedHubContext.cs b/src/Tgstation.Server.Host/Utils/SignalR/IConnectionMappedHubContext.cs index bdf89de277..101e8e599e 100644 --- a/src/Tgstation.Server.Host/Utils/SignalR/IConnectionMappedHubContext.cs +++ b/src/Tgstation.Server.Host/Utils/SignalR/IConnectionMappedHubContext.cs @@ -8,8 +8,6 @@ using Microsoft.AspNetCore.SignalR; using Tgstation.Server.Host.Models; using Tgstation.Server.Host.Security; -#nullable disable - namespace Tgstation.Server.Host.Utils.SignalR { ///