Skip to content

Commit 57c82d6

Browse files
fix(deps): bump probot from 11.4.1 to 12.0.0 (#29)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Martynus <[email protected]>
1 parent 06a5b90 commit 57c82d6

File tree

4 files changed

+157
-139
lines changed

4 files changed

+157
-139
lines changed

azure-function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function azureFunction(probot, context, req) {
1616
req.headers["x-hub-signature-256"] ||
1717
req.headers["X-Hub-Signature"] ||
1818
req.headers["x-hub-signature"],
19-
payload: req.body,
19+
payload: req.rawBody,
2020
});
2121

2222
context.res = {

0 commit comments

Comments
 (0)