mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
ESlint one-var, fix comma-dangle
This commit is contained in:
@@ -89,7 +89,9 @@ var social = require('./social');
|
||||
return callback(null, []);
|
||||
}
|
||||
|
||||
var uids, cids, topics;
|
||||
var uids;
|
||||
var cids;
|
||||
var topics;
|
||||
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user