fixed leaderboards not giving back a status. closes #1287

This commit is contained in:
Jack 2021-04-23 00:17:25 +01:00
parent 12c10a7407
commit 69c35c5ea1

View file

@ -2611,6 +2611,7 @@ exports.checkLeaderboards = functions.https.onRequest(
} else {
response.status(200).send({
data: {
status: 1,
daily: {
insertedAt: null,
},