[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-04-21 22:04:36 +00:00
committed by GitHub
parent ba3591b3ac
commit 8fb517152a
+1 -4
View File
@@ -53,10 +53,7 @@ export default async function handler(
secret: githubResult.githubWebhookSecret,
});
const verified = await webhooks.verify(
JSON.stringify(githubBody),
signature,
);
const verified = await webhooks.verify(JSON.stringify(githubBody), signature);
if (!verified) {
res.status(401).json({ message: "Unauthorized" });