fix: log dispatch errors correctly

This commit is contained in:
alyssa 2024-06-18 05:56:28 +09:00
parent 12ab02f087
commit 62cd28b1f0

View file

@ -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!");
}
}