n8n-nodes-signauf 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -103,8 +103,7 @@ class Signauf {
|
|
|
103
103
|
});
|
|
104
104
|
}
|
|
105
105
|
// Pause this execution — resumes automatically when Signauf POSTs to the callbackUrl
|
|
106
|
-
|
|
107
|
-
await this.putExecutionToWait(new Date(Date.now() + 365 * 24 * 60 * 60 * 1000));
|
|
106
|
+
await this.putExecutionToWait(new Date(Date.now() + 365 * 24 * 60 * 60 * 1000), { webhook: { method: 'POST', responseMode: 'lastNode' } });
|
|
108
107
|
return [returnData];
|
|
109
108
|
}
|
|
110
109
|
}
|