refactor: update body

This commit is contained in:
Mauricio Siu 2024-09-01 23:46:38 -06:00
parent f43776d27d
commit 5242ad573f

View File

@ -45,7 +45,7 @@ export default async function handler(
});
const verified = await webhooks.verify(
JSON.stringify(github),
JSON.stringify(githubBody),
signature as string,
);