checkReplace typo

This commit is contained in:
Julian Lam
2014-04-29 21:32:54 -04:00
parent 3552678645
commit e65896351a

View File

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