Skip to content

Commit

Permalink
src/WebhookReceiver.ts (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ws authored Feb 17, 2024
1 parent aee7aab commit 17123d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebhookReceiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ export class WebhookReceiver {
}
}

return WebhookEvent.fromJson(JSON.parse(body));
return WebhookEvent.fromJson(JSON.parse(body), { ignoreUnknownFields: true });
}
}

0 comments on commit 17123d9

Please sign in to comment.