From 07e357f6a247be17881e67b1e2b36301ab560c78 Mon Sep 17 00:00:00 2001 From: ambdroid Date: Tue, 20 Feb 2024 20:18:01 -0500 Subject: [PATCH] lint --- PluralKit.Core/Dispatch/DispatchService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Core/Dispatch/DispatchService.cs b/PluralKit.Core/Dispatch/DispatchService.cs index f4a0c279..73c7acd6 100644 --- a/PluralKit.Core/Dispatch/DispatchService.cs +++ b/PluralKit.Core/Dispatch/DispatchService.cs @@ -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()); }