mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
ESlint one-var, fix comma-dangle
This commit is contained in:
@@ -57,7 +57,7 @@ exports.processSortedSet = function (setKey, process, options, callback) {
|
||||
});
|
||||
});
|
||||
},
|
||||
callback,
|
||||
callback
|
||||
);
|
||||
};
|
||||
|
||||
@@ -105,6 +105,6 @@ exports.processArray = function (array, process, options, callback) {
|
||||
},
|
||||
function (err) {
|
||||
callback(err);
|
||||
},
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user