feat(webhooks/respond-with): accept custom headers

This commit is contained in:
Ali BARIN
2024-03-19 19:21:20 +00:00
parent 9a63b213b0
commit 473d287c6d
3 changed files with 52 additions and 12 deletions

View File

@@ -26,6 +26,4 @@ export default async (request, response) => {
}
await handlerSync(flowId, request, response);
response.sendStatus(204);
};