Skip to content

Commit

Permalink
fix: run package refresher on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 26, 2024
1 parent 516abad commit 71d87eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ CronJob.from({
start: true,
cronTime: '0 */3 * * *',
onTick: () => refresher.refresh(),
runOnInit: true,
})

0 comments on commit 71d87eb

Please sign in to comment.