mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-10 16:48:40 +08:00
fixed leaderboards not giving back a status. closes #1287
This commit is contained in:
parent
12c10a7407
commit
69c35c5ea1
1 changed files with 1 additions and 0 deletions
|
@ -2611,6 +2611,7 @@ exports.checkLeaderboards = functions.https.onRequest(
|
|||
} else {
|
||||
response.status(200).send({
|
||||
data: {
|
||||
status: 1,
|
||||
daily: {
|
||||
insertedAt: null,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue