Skip to content

Commit

Permalink
fix: remove run command
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Apr 19, 2024
1 parent e93894b commit 9005689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const start = async () => {
await initializeFunctions()
await redis.connect()
await updater.checkStatusOnStartup()
await updater.run()
await updater.start()
await startEnrolmentsCron()

Expand Down

0 comments on commit 9005689

Please sign in to comment.