Nullify IChatManager

This commit is contained in:
Jordan Dominion
2023-12-21 09:05:21 -05:00
parent 6eb6d73033
commit 30592dec0c
2 changed files with 4 additions and 6 deletions
@@ -380,8 +380,8 @@ namespace Tgstation.Server.Host.Components.Chat
Models.RevisionInformation revisionInformation,
EngineVersion engineVersion,
DateTimeOffset? estimatedCompletionTime,
string gitHubOwner,
string gitHubRepo,
string? gitHubOwner,
string? gitHubRepo,
bool localCommitPushed)
{
List<ulong> wdChannels;
@@ -6,8 +6,6 @@ using System.Threading.Tasks;
using Tgstation.Server.Api.Models.Internal;
using Tgstation.Server.Host.Components.Interop;
#nullable disable
namespace Tgstation.Server.Host.Components.Chat
{
/// <summary>
@@ -73,8 +71,8 @@ namespace Tgstation.Server.Host.Components.Chat
Models.RevisionInformation revisionInformation,
Api.Models.EngineVersion engineVersion,
DateTimeOffset? estimatedCompletionTime,
string gitHubOwner,
string gitHubRepo,
string? gitHubOwner,
string? gitHubRepo,
bool localCommitPushed);
/// <summary>