mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
fix lint
This commit is contained in:
@@ -26,7 +26,7 @@ categoriesController.get = function (req, res, callback) {
|
||||
},
|
||||
categories: function (next) {
|
||||
categories.buildForSelect(userData.uid, 'find', next);
|
||||
}
|
||||
},
|
||||
}, next);
|
||||
},
|
||||
function (results) {
|
||||
|
||||
Reference in New Issue
Block a user