mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
duh
This commit is contained in:
@@ -131,7 +131,7 @@ categoriesController.get = function(req, res, next) {
|
||||
return next(err);
|
||||
}
|
||||
categoryData.privileges = privileges;
|
||||
next(err, categoryData);
|
||||
next(null, categoryData);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user