|
|
@ -1034,7 +1034,6 @@ var bcrypt = require('bcryptjs'),
|
|
|
|
getNotifications('uid:' + uid + ':notifications:read', 0, 9, null, next);
|
|
|
|
getNotifications('uid:' + uid + ':notifications:read', 0, 9, null, next);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, function(err, notifications) {
|
|
|
|
}, function(err, notifications) {
|
|
|
|
console.log(notifications);
|
|
|
|
|
|
|
|
if(err) {
|
|
|
|
if(err) {
|
|
|
|
return calback(err);
|
|
|
|
return calback(err);
|
|
|
|
}
|
|
|
|
}
|
|
|
|