some
This commit is contained in:
parent
58e89e83c1
commit
4e15becd60
@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user