Skip to content

Commit

Permalink
removed temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored and sainak committed Apr 15, 2024
1 parent c0e76dc commit b22d6b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ process.env.CHECKPOINT_DISABLE = "1";
setTimeout(() => {
retrieveAssetConfig();

// cron.schedule("0 */1 * * *", automatedDailyRounds);
// cron.schedule("30 * * * * *", automatedDailyRounds);
automatedDailyRounds();
cron.schedule("0 */1 * * *", automatedDailyRounds);
}, 100);

server.listen(port, () =>
Expand Down

0 comments on commit b22d6b7

Please sign in to comment.