pull/9293/head
Konstantinos07 2021-06-28 20:46:36 +03:00
parent c766c36651
commit 06ff93ad9f
1 changed files with 2 additions and 2 deletions

View File

@ -278,8 +278,8 @@ final class UserRepo(val coll: Coll)(implicit ec: scala.concurrent.ExecutionCont
$doc(F.marks -> UserMark.Troll.key)
)
val enabledNoBotSelect = $and(
$doc(F.enabled -> true),
$doc(F.title -> $ne(Title.BOT))
$doc(F.enabled -> true),
$doc(F.title -> $ne(Title.BOT))
)
def stablePerfSelect(perf: String) =
$doc(s"perfs.$perf.gl.d" -> $lt(lila.rating.Glicko.provisionalDeviation))