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
Indeed! Can you send a pull request with this change? The alternative would be to change the comment, but the documented behavior seems like a better interface.
I have tried, but it is more problematic than I thought, since you can't return multiple values from a Promise. I therefore don't think there's a way to be consistent with the signatures between the promisified version and the unpromisified version without changing the unpromisified version, which I imagine would be undesirable.
The documentation for
Client.prototype.get
states:but the code contains the following:
Changing this to
would fix this issue.
The text was updated successfully, but these errors were encountered: