mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Wait Node): Allow wait node to accept 0 waiting time input (#19159)
Co-authored-by: Elias Meire <elias@meire.dev>
This commit is contained in:
@@ -503,7 +503,7 @@ export class Wait extends Webhook {
|
||||
if (!validateWaitAmount(waitAmount)) {
|
||||
throw new NodeOperationError(
|
||||
context.getNode(),
|
||||
'Invalid wait amount. It must be a positive number.',
|
||||
'Invalid wait amount. Please enter a number that is 0 or greater.',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user