lint: remove useless assignment

This commit is contained in:
Barış Soner Uşaklı
2026-02-17 12:45:19 -05:00
parent ce9bd0bb68
commit 652629df69

View File

@@ -38,7 +38,6 @@ module.exports = {
if (batchBuffer.length > 0) {
await processBatch(batchBuffer);
progress.incr(batchBuffer.length);
batchBuffer = [];
}
async function processBatch(files) {