mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
checking if lbpb has timestamp
This commit is contained in:
parent
414739a7d1
commit
0566c25b9f
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ class LeaderboardsDAO {
|
|||
[str + ".acc"]: {
|
||||
$exists: true,
|
||||
},
|
||||
[str + ".timestamp"]: {
|
||||
$exists: true,
|
||||
},
|
||||
banned: { $exists: false },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue