mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
removed users that need to change their name from the leaderboards
This commit is contained in:
parent
38dc115e60
commit
90ae4938c4
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ export async function update(
|
|||
$exists: true,
|
||||
},
|
||||
banned: { $exists: false },
|
||||
needsToChangeName: { $exists: false },
|
||||
timeTyping: {
|
||||
$gt: process.env.MODE === "dev" ? 0 : 7200,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue