mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -99,7 +99,7 @@ module.exports = function (Topics) {
|
||||
},
|
||||
function (data, next) {
|
||||
next(null, data.teasers);
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
@@ -113,7 +113,7 @@ module.exports = function (Topics) {
|
||||
},
|
||||
function (topics, next) {
|
||||
Topics.getTeasers(topics, next);
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user