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
Generated Vendored
+1 -1
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"
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long