mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
Merge branch 'code-quality' of https://github.com/miksago/NodeBB into miksago-code-quality
Conflicts: src/database.js
This commit is contained in:
@@ -89,4 +89,4 @@ middleware.buildHeader = function(req, res, next) {
|
||||
module.exports = function(webserver) {
|
||||
app = webserver;
|
||||
return middleware;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -217,4 +217,4 @@ module.exports = function(app, data) {
|
||||
});
|
||||
|
||||
return middleware;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -345,4 +345,4 @@ module.exports = function(webserver) {
|
||||
middleware.admin = require('./admin')(webserver);
|
||||
|
||||
return middleware;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user