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
In the docs, twitchStartCommercial should be able to return a callback/promise, but instead it doesn't do that. It returns undefined instead and throws an error if you try to use a .then() .catch() block or the callback function.
The text was updated successfully, but these errors were encountered:
nicnacnic
changed the title
Message twitchStartCommercial does not send promise/callback
Message twitchStartCommercial does not return promise/callback
Jun 2, 2022
I think I fixed that in this commit? It's just not been in any stable version yet as I hadn't released one. Should do that soon. Not sure if this fixes all of the problem though.
In the docs,
twitchStartCommercial
should be able to return a callback/promise, but instead it doesn't do that. It returnsundefined
instead and throws an error if you try to use a .then() .catch() block or the callback function.The text was updated successfully, but these errors were encountered: