mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-14 16:40:52 +01:00
all your semi-colons are belongs to me
This commit is contained in:
@@ -208,7 +208,7 @@ adminController.plugins.get = function(req, res, next) {
|
||||
res.render('admin/extend/plugins' , {
|
||||
plugins: plugins
|
||||
});
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
adminController.languages.get = function(req, res, next) {
|
||||
@@ -342,6 +342,6 @@ adminController.themes.get = function(req, res, next) {
|
||||
return next();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = adminController;
|
||||
|
||||
Reference in New Issue
Block a user