forked from GitHub/dbot
didnt mean to push that yet
This commit is contained in:
parent
a6ff79e5cd
commit
14b1727122
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user