mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-26 12:50:31 -04:00
Removed leaderboard mongo sort
This commit is contained in:
parent
eac784c675
commit
d4abad88a2
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ LevelHandler = class LevelHandler extends Handler
|
|||
query = Session
|
||||
.find(sessionsQueryParameters)
|
||||
.limit(req.query.limit)
|
||||
.sort(sortParameters)
|
||||
.select(selectProperties.join ' ')
|
||||
|
||||
query.exec (err, resultSessions) =>
|
||||
|
|
Loading…
Add table
Reference in a new issue