didnt mean to push that yet

This commit is contained in:
reality 2013-08-24 19:42:34 +00:00
parent a6ff79e5cd
commit 14b1727122

View File

@ -12,7 +12,7 @@ var pages = function(dbot) {
'/notify/:server': function(req, res) {
var server = req.params.server,
userCount = {},
users = {};
users = [];
this.db.scan('notifies', function(notify) {
if(!_.has(userCount, notify.user)) {