From 16e95b375613fbeeb88adceb9dd27a1dd2c60b26 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 22 Dec 2023 09:37:31 -0500 Subject: [PATCH] Nullify `IRemoteDeploymentManagerFactory` --- .../Deployment/Remote/IRemoteDeploymentManagerFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Deployment/Remote/IRemoteDeploymentManagerFactory.cs b/src/Tgstation.Server.Host/Components/Deployment/Remote/IRemoteDeploymentManagerFactory.cs index 129d5aa35a..b3dce1f69c 100644 --- a/src/Tgstation.Server.Host/Components/Deployment/Remote/IRemoteDeploymentManagerFactory.cs +++ b/src/Tgstation.Server.Host/Components/Deployment/Remote/IRemoteDeploymentManagerFactory.cs @@ -2,8 +2,6 @@ using Tgstation.Server.Api.Models; -#nullable disable - namespace Tgstation.Server.Host.Components.Deployment.Remote { ///