mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
lint: remove useless assignment
This commit is contained in:
@@ -38,7 +38,6 @@ module.exports = {
|
||||
if (batchBuffer.length > 0) {
|
||||
await processBatch(batchBuffer);
|
||||
progress.incr(batchBuffer.length);
|
||||
batchBuffer = [];
|
||||
}
|
||||
|
||||
async function processBatch(files) {
|
||||
|
||||
Reference in New Issue
Block a user