diff --git a/src/Tgstation.Server.Host/System/ProgramShutdownTokenSource.cs b/src/Tgstation.Server.Host/System/ProgramShutdownTokenSource.cs index 0f0dfb13b1..0b9a77f7a6 100644 --- a/src/Tgstation.Server.Host/System/ProgramShutdownTokenSource.cs +++ b/src/Tgstation.Server.Host/System/ProgramShutdownTokenSource.cs @@ -1,8 +1,6 @@ using System; using System.Threading; -#nullable disable - namespace Tgstation.Server.Host.System { /// @@ -18,7 +16,7 @@ namespace Tgstation.Server.Host.System /// /// The for the . /// - CancellationTokenSource cancellationTokenSource; + CancellationTokenSource? cancellationTokenSource; /// /// Gets the .