npm run all

This commit is contained in:
Henri Maurer
2024-01-04 16:46:59 +00:00
parent 194e338d30
commit e03c8a14eb
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -12444,7 +12444,7 @@ async function verifyAndReceive(state, event) {
state.secret,
typeof event.payload === "object" ? toNormalizedJsonString(event.payload) : event.payload,
event.signature
);
).catch(() => false);
if (!matchesSignature) {
const error = new Error(
"[@octokit/webhooks] signature does not match event payload and secret"

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long