chore: testing swapped order

This commit is contained in:
Miodec 2023-11-30 13:47:36 +00:00
parent bc56cbc9e1
commit a129c98323

View file

@ -62,8 +62,8 @@ async function updateLeaderboards(): Promise<void> {
return;
}
await updateLeaderboardAndNotifyChanges("15");
await updateLeaderboardAndNotifyChanges("60");
await updateLeaderboardAndNotifyChanges("15");
}
export default new CronJob(CRON_SCHEDULE, updateLeaderboards);