Skip to content

Commit

Permalink
Update lib/scheduler.orchestrator.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed May 16, 2023
1 parent fe7b9f9 commit 5d21e7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/scheduler.orchestrator.ts
Expand Up @@ -81,8 +81,7 @@ export class SchedulerOrchestrator

if (options.disabled) {
cronJob.stop();
}
else {
} else {
cronJob.start();
}

Expand Down

0 comments on commit 5d21e7f

Please sign in to comment.