From 69c35c5ea115be2630a560b78d64aec9e0dcceff Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 23 Apr 2021 00:17:25 +0100 Subject: [PATCH] fixed leaderboards not giving back a status. closes #1287 --- functions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/index.js b/functions/index.js index 233bbdd9a..be146432f 100644 --- a/functions/index.js +++ b/functions/index.js @@ -2611,6 +2611,7 @@ exports.checkLeaderboards = functions.https.onRequest( } else { response.status(200).send({ data: { + status: 1, daily: { insertedAt: null, },