Merge pull request #1750 from automatisch/make-respond-with-flexible

feat(webhooks/respond-with): accept custom headers
This commit is contained in:
Ali BARIN
2024-03-21 12:03:51 +01:00
committed by GitHub
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);
};