mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -18,7 +18,6 @@ var terms = {
|
||||
};
|
||||
|
||||
popularController.get = function (req, res, next) {
|
||||
|
||||
var term = terms[req.params.term];
|
||||
|
||||
if (!term && req.params.term) {
|
||||
|
||||
Reference in New Issue
Block a user