fix typo in coach field - closes #9473

pull/9475/head^2
Thibault Duplessis 2021-07-27 08:52:42 +02:00
parent 9771b55591
commit 55a00f8330
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ final class CoachPager(
Sort(
order match {
case Alphabetical => Ascending("_id")
case NbReview => Descending("nbReview")
case NbReview => Descending("nbReviews")
case LichessRating => Descending("user.rating")
case Login => Descending("user.seenAt")
}