Skip to content

Commit

Permalink
[core] fix webhooks send
Browse files Browse the repository at this point in the history
fix #595
  • Loading branch information
devlikepro committed Oct 19, 2024
1 parent 347cd19 commit 4b60233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/webhooks.core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class WebhookSenderCore extends WebhookSender {
}

send(json: any, headers?: Record<string, string>) {
headers = headers || {};
this.logger.info(
{ id: headers['X-Webhook-Request-Id'], url: this.url },
`Sending POST...`,
Expand Down

0 comments on commit 4b60233

Please sign in to comment.