up themes, fix notif test

This commit is contained in:
Barış Soner Uşaklı
2017-08-18 19:00:48 -04:00
parent 31ae8c7fd5
commit 5dfb2fb83a
4 changed files with 28 additions and 47 deletions

View File

@@ -140,7 +140,7 @@ UserNotifications.getNotifications = function (nids, uid, callback) {
function (next) {
async.parallel({
notifications: function (next) {
notifications.getMultiple(nids, uid, next);
notifications.getMultiple(nids, next);
},
hasRead: function (next) {
db.isSortedSetMembers('uid:' + uid + ':notifications:read', nids, next);