We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a missing await around the instantiateUser method in the lib/Client class
The text was updated successfully, but these errors were encountered:
It's an easy fix, I would submit a pull request but I don't have the rights to create a branch. The fix is;
Change;
return instantiateUser({ data, headerObj, client: this });
to
return await instantiateUser({ data, headerObj, client: this });
Sorry, something went wrong.
@thepipster, just FYI, you can fork the repo, create a branch in your fork, and then create a pull request from that branch.
Thanks @dguo, and yes @thepipster please follow the Fork and Pull Request procedure for now.
No branches or pull requests
There is a missing await around the instantiateUser method in the lib/Client class
The text was updated successfully, but these errors were encountered: