Skip to content

Commit

Permalink
chore(deps): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Mar 19, 2021
1 parent 0f27833 commit 2144de5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cron.js
Expand Up @@ -107,7 +107,6 @@ class JobManager {
}

logger.info({ job: _.pick(job, ['id', 'description', 'rule']) }, 'Cancelling job');
job.job.destroy();
delete this.jobs[id];
}

Expand Down

0 comments on commit 2144de5

Please sign in to comment.