mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
lint
This commit is contained in:
parent
e8718196a8
commit
07e357f6a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue