remove process.exit since it does not have any effect

This commit is contained in:
Ulf Gebhardt 2022-01-12 17:11:18 +01:00
parent b7132865a1
commit 8da334aa77
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -26,7 +26,6 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
},
)
child.unref()
process.exit()
}
}
}