Fix fetchExpiring
This commit is contained in:
parent
e8925063bc
commit
54b856139a
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@
|
|||
},
|
||||
|
||||
fetchExpiring: function() {
|
||||
this.fetch({conditions: {expireTimer: {$gte: 0}}});
|
||||
this.fetch({conditions: {expireTimer: {$gt: 0}}});
|
||||
},
|
||||
|
||||
hasKeyConflicts: function() {
|
||||
|
|
Loading…
Reference in a new issue