Skip to content

Commit

Permalink
Fix fetchExpiring
Browse files Browse the repository at this point in the history
  • Loading branch information
liliakai committed Feb 17, 2017
1 parent e892506 commit 54b8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/models/messages.js
Expand Up @@ -551,7 +551,7 @@
},

fetchExpiring: function() {
this.fetch({conditions: {expireTimer: {$gte: 0}}});
this.fetch({conditions: {expireTimer: {$gt: 0}}});
},

hasKeyConflicts: function() {
Expand Down

0 comments on commit 54b8561

Please sign in to comment.