webhooks: Derive payload from request itself.

This commit is contained in:
Alex Vandiver
2020-09-03 15:29:56 -07:00
committed by Tim Abbott
parent a1f5f6502c
commit 4917391133
2 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ class Helper:
log_exception_to_webhook_logger(
request=request,
summary=summary,
payload=request.body,
unsupported_event=True,
)