aboutsummaryrefslogtreecommitdiff
path: root/build/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/index.js')
-rw-r--r--build/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/build/index.js b/build/index.js
index e6ecf13..4644fed 100644
--- a/build/index.js
+++ b/build/index.js
@@ -55,7 +55,9 @@ app.get('/', async (req, res) => {
const currentTime = Date.now();
res.json({
ok: true,
- uptimeHours: (currentTime - startTime) / 1000 / 60 / 60
+ uptimeHours: (currentTime - startTime) / 1000 / 60 / 60,
+ finishedCachingRawLeaderboards: database_1.finishedCachingRawLeaderboards,
+ finishedCachingAllLeaderboards: database_1.finishedCachingAllLeaderboards
});
});
app.get('/player/:user', async (req, res) => {