chore(lint): enable additional cleanup rules

This commit is contained in:
Peter Steinberger
2026-04-18 20:00:26 +01:00
parent 4fa961d4f1
commit 155162a8cd
22 changed files with 39 additions and 42 deletions

View File

@@ -459,7 +459,7 @@ function* fetchOpenLabelItemBatches(params: {
if (results.length >= WORK_BATCH_SIZE) {
yield {
batchIndex,
items: results.splice(0, results.length),
items: results.splice(0),
totalCount,
fetchedCount,
};