diff --git a/PluralKit.Core/Dispatch/DispatchService.cs b/PluralKit.Core/Dispatch/DispatchService.cs index 73c7acd6..783587f1 100644 --- a/PluralKit.Core/Dispatch/DispatchService.cs +++ b/PluralKit.Core/Dispatch/DispatchService.cs @@ -34,7 +34,7 @@ public class DispatchService { if (isVerify) throw; - _logger.Error("Could not dispatch webhook request!", e); + _logger.Error(e, "Could not dispatch webhook request!"); } }