mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-20 06:11:44 +08:00
only getting accounts with more than an hour of typing
This commit is contained in:
parent
16c21b3814
commit
7c711bc4c2
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ export async function update(
|
|||
$exists: true,
|
||||
},
|
||||
banned: { $exists: false },
|
||||
timeTyping: { $gt: 3600 },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue