mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-15 10:03:02 +01:00
Nullify RevisionCommand
This commit is contained in:
@@ -9,8 +9,6 @@ using Tgstation.Server.Host.Components.Interop;
|
||||
using Tgstation.Server.Host.Components.Repository;
|
||||
using Tgstation.Server.Host.Components.Watchdog;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Components.Chat.Commands
|
||||
{
|
||||
/// <summary>
|
||||
@@ -77,7 +75,7 @@ namespace Tgstation.Server.Host.Components.Chat.Commands
|
||||
{
|
||||
Text = "Server offline!",
|
||||
};
|
||||
result = watchdog.ActiveCompileJob?.RevisionInformation.OriginCommitSha;
|
||||
result = watchdog.ActiveCompileJob?.RevisionInformation.OriginCommitSha!;
|
||||
}
|
||||
|
||||
return new MessageContent
|
||||
|
||||
Reference in New Issue
Block a user