mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix more annoying-ass semicolons
This commit is contained in:
@@ -371,8 +371,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
new Snowflake(channelId),
|
||||
"DM: Deployment in Progress...",
|
||||
embeds: new List<IEmbed> { embed },
|
||||
ct: cancellationToken)
|
||||
;
|
||||
ct: cancellationToken);
|
||||
|
||||
if (!messageResponse.IsSuccess)
|
||||
Logger.LogWarning("Failed to post deploy embed to channel {channelId}: {result}", channelId, messageResponse.LogFormat());
|
||||
@@ -446,8 +445,7 @@ namespace Tgstation.Server.Host.Components.Chat.Providers
|
||||
messageResponse.Entity.ID,
|
||||
updatedMessage,
|
||||
embeds: new List<IEmbed> { embed },
|
||||
ct: cancellationToken)
|
||||
;
|
||||
ct: cancellationToken);
|
||||
|
||||
if (!editResponse.IsSuccess)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user