From b1878d697a4d87065f139a60a7099208d0bbf93e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 23 Dec 2023 23:37:14 -0500 Subject: [PATCH] Nullify `IWatchdog` --- src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs index 8699c17c6c..96c6c9ccf9 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/IWatchdog.cs @@ -7,8 +7,6 @@ using Tgstation.Server.Api.Models.Internal; using Tgstation.Server.Host.Components.Events; using Tgstation.Server.Host.Components.Session; -#nullable disable - namespace Tgstation.Server.Host.Components.Watchdog { /// @@ -34,7 +32,7 @@ namespace Tgstation.Server.Host.Components.Watchdog /// /// Retrieves the currently running on the server. /// - Models.CompileJob ActiveCompileJob { get; } + Models.CompileJob? ActiveCompileJob { get; } /// /// The to be applied. @@ -45,7 +43,7 @@ namespace Tgstation.Server.Host.Components.Watchdog /// The the active server is using. /// /// This may not be the exact same as but still be associated with the same session. - DreamDaemonLaunchParameters LastLaunchParameters { get; } + DreamDaemonLaunchParameters? LastLaunchParameters { get; } /// /// The of the active server.