You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is becouse "true" is not iterable here in 'result' (was traced/consoled):
bot.api.config.use((prev, method, payload, signal) => {
outgoingRequests.push({ method, payload, signal });
return { ok: true, result: true };
});
why could be so? Sending array instead of true - freezing, sending undefined - endless fetching
The text was updated successfully, but these errors were encountered:
Hi! thank you for an example! Really helps
One question:
I have an error each run.
It is becouse "true" is not iterable here in 'result' (was traced/consoled):
bot.api.config.use((prev, method, payload, signal) => {
outgoingRequests.push({ method, payload, signal });
return { ok: true, result: true };
});
why could be so? Sending array instead of true - freezing, sending undefined - endless fetching
The text was updated successfully, but these errors were encountered: