From 5242ad573faeb8264b13656cdc41d9852b13214d Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:46:38 -0600 Subject: [PATCH] refactor: update body --- apps/dokploy/pages/api/deploy/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/pages/api/deploy/github.ts b/apps/dokploy/pages/api/deploy/github.ts index e01da6d78..f8f9d59c4 100644 --- a/apps/dokploy/pages/api/deploy/github.ts +++ b/apps/dokploy/pages/api/deploy/github.ts @@ -45,7 +45,7 @@ export default async function handler( }); const verified = await webhooks.verify( - JSON.stringify(github), + JSON.stringify(githubBody), signature as string, );