Nullify IWatchdogFactory

This commit is contained in:
Jordan Dominion
2023-12-23 23:38:31 -05:00
parent b1878d697a
commit c37d3ef7cb
2 changed files with 1 additions and 3 deletions
@@ -324,7 +324,7 @@ namespace Tgstation.Server.Host.Components
configuration, // watchdog doesn't need itself as an event consumer
remoteDeploymentManagerFactory,
metadata,
metadata.DreamDaemonSettings);
metadata.DreamDaemonSettings!);
try
{
eventConsumer.SetWatchdog(watchdog);
@@ -6,8 +6,6 @@ using Tgstation.Server.Host.Components.Events;
using Tgstation.Server.Host.Components.Session;
using Tgstation.Server.Host.IO;
#nullable disable
namespace Tgstation.Server.Host.Components.Watchdog
{
/// <summary>