checking if lbpb has timestamp

This commit is contained in:
Jack 2021-09-20 22:55:04 +01:00
parent 414739a7d1
commit 0566c25b9f

View file

@ -43,6 +43,9 @@ class LeaderboardsDAO {
[str + ".acc"]: {
$exists: true,
},
[str + ".timestamp"]: {
$exists: true,
},
banned: { $exists: false },
},
},