mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -7,7 +7,6 @@ var topics = require('../topics');
|
||||
var plugins = require('../plugins');
|
||||
|
||||
module.exports = function (Categories) {
|
||||
|
||||
Categories.getCategoryTopics = function (data, callback) {
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
@@ -142,5 +141,4 @@ module.exports = function (Categories) {
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user