up persona fix test

This commit is contained in:
barisusakli
2016-11-03 13:25:29 +03:00
parent fb47bf3889
commit 58fff8b0af
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ helpers.buildTitle = function (pageTitle) {
return title;
};
helpers.getWatchedCategories = function(uid, selectedCid, callback) {
helpers.getWatchedCategories = function (uid, selectedCid, callback) {
async.waterfall([
function (next) {
user.getWatchedCategories(uid, next);