2
0

🔧 Add disableRequestTimeout param for automation integrations

This commit is contained in:
Baptiste Arnaud
2023-12-27 07:44:54 +01:00
parent 3bbaf670a2
commit cee1373e6a
2 changed files with 15 additions and 7 deletions

View File

@@ -27,7 +27,9 @@ export const executeIntegration =
case IntegrationBlockType.MAKE_COM:
case IntegrationBlockType.PABBLY_CONNECT:
return {
...(await executeWebhookBlock(state, block)),
...(await executeWebhookBlock(state, block, {
disableRequestTimeout: true,
})),
startTimeShouldBeUpdated: true,
}
case IntegrationBlockType.WEBHOOK: