Fix fetchExpiring

This commit is contained in:
lilia 2017-02-17 12:10:20 -08:00
parent e8925063bc
commit 54b856139a

View file

@ -551,7 +551,7 @@
}, },
fetchExpiring: function() { fetchExpiring: function() {
this.fetch({conditions: {expireTimer: {$gte: 0}}}); this.fetch({conditions: {expireTimer: {$gt: 0}}});
}, },
hasKeyConflicts: function() { hasKeyConflicts: function() {