diff --git a/backend/src/webhook/github.ts b/backend/src/webhook/github.ts index e96e8cf2d..31ce5ed94 100644 --- a/backend/src/webhook/github.ts +++ b/backend/src/webhook/github.ts @@ -26,7 +26,6 @@ export const githubWebhook = async (req: any, res: any): Promise => { }, ) child.unref() - process.exit() } } }