mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:10:43 +00:00
chore(lint): enable additional cleanup rules
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user