mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-29 14:36:15 +02:00
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts: src/database.js
This commit is contained in:
@@ -468,4 +468,4 @@ accountsController.getNotifications = function(req, res, next) {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = accountsController;
|
||||
module.exports = accountsController;
|
||||
|
||||
@@ -169,4 +169,4 @@ adminController.sounds.get = function(req, res, next) {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = adminController;
|
||||
module.exports = adminController;
|
||||
|
||||
@@ -47,4 +47,4 @@ usersController.getCSV = function(req, res, next) {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = usersController;
|
||||
module.exports = usersController;
|
||||
|
||||
@@ -70,4 +70,4 @@ apiController.getConfig = function(req, res, next) {
|
||||
};
|
||||
|
||||
|
||||
module.exports = apiController;
|
||||
module.exports = apiController;
|
||||
|
||||
@@ -266,4 +266,4 @@ Controllers.outgoing = function(req, res, next) {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Controllers;
|
||||
module.exports = Controllers;
|
||||
|
||||
@@ -181,4 +181,4 @@ topicsController.get = function(req, res, next) {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = topicsController;
|
||||
module.exports = topicsController;
|
||||
|
||||
@@ -100,4 +100,4 @@ usersController.getUsersForSearch = function(req, res, next) {
|
||||
|
||||
|
||||
|
||||
module.exports = usersController;
|
||||
module.exports = usersController;
|
||||
|
||||
Reference in New Issue
Block a user