only getting accounts with more than an hour of typing

This commit is contained in:
Miodec 2022-05-21 01:15:15 +02:00
parent 16c21b3814
commit 7c711bc4c2

View file

@ -78,6 +78,7 @@ export async function update(
$exists: true,
},
banned: { $exists: false },
timeTyping: { $gt: 3600 },
},
},
{