fix(core): flood-waiter errorneously retrying everything lol
This commit is contained in:
parent
e53b845508
commit
8e12103514
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ export function floodWaiter(options: FloodWaiterOptions): RpcCallMiddleware {
|
|||
continue
|
||||
}
|
||||
}
|
||||
|
||||
return res
|
||||
}
|
||||
|
||||
return lastError
|
||||
|
|
Loading…
Reference in a new issue