mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-13 19:09:49 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user