Skip to content

Commit

Permalink
fix scheduled zoned cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
rand256 committed May 18, 2021
1 parent 4f3b231 commit 74b4e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CronScheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ CronScheduler.prototype.processSchedules = function() {
) {
return;
}
let status, zoned = task.length === 5;
let status, zoned = task.length === 6;
if (!zoned && !this.vacuum.features.ntimers) {
return;
}
Expand Down

0 comments on commit 74b4e83

Please sign in to comment.