diff --git a/nodes/core/core/20-inject.js b/nodes/core/core/20-inject.js index 59e2ee0ac..ee6100b71 100644 --- a/nodes/core/core/20-inject.js +++ b/nodes/core/core/20-inject.js @@ -32,9 +32,6 @@ function InjectNode(n) { var node = this; this.interval_id = null; this.cronjob = null; - if (this.crontab) { - if (this.crontab.split(" ")[4] != "*") { this.once = false; } - } if (this.repeat && !isNaN(this.repeat) && this.repeat > 0) { this.repeat = this.repeat * 1000;