mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
fix eslint
This commit is contained in:
@@ -38,7 +38,7 @@ usersController.topPosters = function (req, res, next) {
|
|||||||
getUsers('users:postcount', 'topposts', 0, '+inf', req, res, next);
|
getUsers('users:postcount', 'topposts', 0, '+inf', req, res, next);
|
||||||
};
|
};
|
||||||
|
|
||||||
usersController.mostReputaion = function(req, res, next) {
|
usersController.mostReputaion = function (req, res, next) {
|
||||||
getUsers('users:reputation', 'mostreputation', 0, '+inf', req, res, next);
|
getUsers('users:reputation', 'mostreputation', 0, '+inf', req, res, next);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user