chore: lint

This commit is contained in:
spiral
2022-07-05 14:42:58 -04:00
parent 6b4f620c7f
commit cc0edd3ed8
2 changed files with 4 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ public class WebhookExecutorService
// We don't care about whether the sending succeeds, and we don't want to *wait* for it, so we just fork it off
var _ = TrySendRemainingAttachments(webhook, req.Name, req.AvatarUrl, attachmentChunks, req.ThreadId);
// for some reason discord may(?) return a null guildid here???
return webhookMessage with { GuildId = webhookMessage.GuildId ?? req.GuildId };
}