checkReplace typo

v1.18.x
Julian Lam 11 years ago
parent 3552678645
commit e65896351a

@ -168,7 +168,7 @@ var async = require('async'),
checkAndRemove('uid:' + uid + ':notifications:unread', next); checkAndRemove('uid:' + uid + ':notifications:unread', next);
}, },
function(next) { function(next) {
checkAndRemove('uid:' + uid + ':notifcations:read', next); checkAndRemove('uid:' + uid + ':notifications:read', next);
} }
], function(err) { ], function(err) {
if (!err) { if (!err) {

Loading…
Cancel
Save