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