mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 06:01:35 +10:00
fix: remove redundant step
This commit is contained in:
@ -22,7 +22,6 @@ export const run = async ({
|
|||||||
|
|
||||||
const { webhookUrl: url, secret } = webhook;
|
const { webhookUrl: url, secret } = webhook;
|
||||||
|
|
||||||
await io.runTask('execute-webhook', async () => {
|
|
||||||
const payloadData = {
|
const payloadData = {
|
||||||
event,
|
event,
|
||||||
payload: data,
|
payload: data,
|
||||||
@ -70,5 +69,4 @@ export const run = async ({
|
|||||||
success: response.ok,
|
success: response.ok,
|
||||||
status: response.status,
|
status: response.status,
|
||||||
};
|
};
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user