feat(webhooks/respond-with): accept custom headers
This commit is contained in:
@@ -26,6 +26,4 @@ export default async (request, response) => {
|
||||
}
|
||||
|
||||
await handlerSync(flowId, request, response);
|
||||
|
||||
response.sendStatus(204);
|
||||
};
|
||||
|
Reference in New Issue
Block a user