mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update body
This commit is contained in:
parent
f43776d27d
commit
5242ad573f
@ -45,7 +45,7 @@ export default async function handler(
|
|||||||
});
|
});
|
||||||
|
|
||||||
const verified = await webhooks.verify(
|
const verified = await webhooks.verify(
|
||||||
JSON.stringify(github),
|
JSON.stringify(githubBody),
|
||||||
signature as string,
|
signature as string,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user