Update webhook.ts

This commit is contained in:
Nicolas 2024-09-01 13:58:50 -03:00
parent ae90370543
commit 5c05bb12a7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export const callWebhook = async (
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",
}, },
timeout: 10000, // 10 seconds timeout timeout: v1 ? 10000 : 30000, // 10 seconds timeout (v1)
} }
) )
.catch((error) => { .catch((error) => {