mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
run next anyway
This commit is contained in:
parent
83ffee2874
commit
c397ba40f4
@ -33,8 +33,8 @@ var pages = function(dbot) {
|
|||||||
if(user) {
|
if(user) {
|
||||||
userCount['name'] = user.primaryNick;
|
userCount['name'] = user.primaryNick;
|
||||||
users.push(userCount);
|
users.push(userCount);
|
||||||
next();
|
|
||||||
}
|
}
|
||||||
|
next();
|
||||||
});
|
});
|
||||||
}, function() {
|
}, function() {
|
||||||
res.render('channels', {
|
res.render('channels', {
|
||||||
|
Loading…
Reference in New Issue
Block a user