Fixed overall ranking at 20 persons
This commit is contained in:
@@ -8,6 +8,7 @@ public class GetUsersByScoreSpec : Specification<User>
|
||||
public GetUsersByScoreSpec()
|
||||
{
|
||||
Query
|
||||
.OrderByDescending(x => x.Score);
|
||||
.OrderByDescending(x => x.Score)
|
||||
.Take(20);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user