diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database.ts b/src/database.ts index a974f6c..983dcb2 100644 --- a/src/database.ts +++ b/src/database.ts @@ -434,4 +434,4 @@ if (typeof global.it !== 'function') { // cache leaderboard players again every 4 hours setInterval(fetchAllLeaderboards, 4 * 60 * 60 * 1000) }) -}
\ No newline at end of file +} |