We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a40eff commit 31fe613Copy full SHA for 31fe613
handler.js
@@ -23,7 +23,7 @@ module.exports.webhooks = async (event, context) => {
23
signature:
24
event.headers["X-Hub-Signature-256"] ||
25
event.headers["x-hub-signature-256"],
26
- payload: event.body,
+ payload: JSON.parse(event.body),
27
});
28
29
return {
0 commit comments