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