mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-08 07:36:55 +08:00
chore: testing swapped order
This commit is contained in:
parent
bc56cbc9e1
commit
a129c98323
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue