This commit is contained in:
ambdroid 2024-02-20 20:18:01 -05:00
parent e8718196a8
commit 07e357f6a2

View file

@ -58,7 +58,7 @@ public class DispatchService
_logger.Debug(
"Dispatching webhook for system {SystemId} autoproxy update in guild {GuildId}/{ChannelId}",
system.Id, guildId, channelId
);
);
await DoPostRequest(system.Id, system.WebhookUrl, data.GetPayloadBody());
}