mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
up persona fix test
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.4.10",
|
||||
"nodebb-rewards-essentials": "0.0.9",
|
||||
"nodebb-theme-lavender": "3.0.15",
|
||||
"nodebb-theme-persona": "4.1.80",
|
||||
"nodebb-theme-persona": "4.1.81",
|
||||
"nodebb-theme-vanilla": "5.1.53",
|
||||
"nodebb-widget-essentials": "2.0.13",
|
||||
"nodemailer": "2.6.4",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user