This commit is contained in:
Ivan Neplokhov 2026-01-21 21:19:52 +04:00
parent 58e89e83c1
commit 4e15becd60

View File

@ -161,7 +161,6 @@ class TaskRunner {
`лимит цикла: ${perCycle}, очередь: ${queueCount}, взято: ${pending.length}` `лимит цикла: ${perCycle}, очередь: ${queueCount}, взято: ${pending.length}`
); );
} }
const accountMap = new Map(this.store.listAccounts().map((account) => [account.id, account]));
if (!inviteAccounts.length && pending.length) { if (!inviteAccounts.length && pending.length) {
errors.push("No available accounts under limits"); errors.push("No available accounts under limits");
} }