mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
ESlint operator-assignment, block-scoped-var
This commit is contained in:
@@ -95,7 +95,7 @@ exports.processArray = function (array, process, options, callback) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
start = start + batch;
|
||||
start += batch;
|
||||
if (options.interval) {
|
||||
setTimeout(next, options.interval);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user