mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed sort by scheduled visibility time
This commit is contained in:
parent
81a459dc02
commit
9e8a31f2df
1 changed files with 3 additions and 3 deletions
|
@ -193,8 +193,8 @@ class MongoQueue extends events.EventEmitter
|
|||
scheduledVisibilityTime:
|
||||
$lte: new Date()
|
||||
|
||||
options =
|
||||
sort: 'scheduledVisibilityTime'
|
||||
#options =
|
||||
# sort: 'scheduledVisibilityTime'
|
||||
|
||||
update =
|
||||
$set:
|
||||
|
|
Loading…
Reference in a new issue