Skip to content
New issue

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

fix: Can await returned client #17

Merged
merged 1 commit into from
Sep 18, 2023
Merged

fix: Can await returned client #17

merged 1 commit into from
Sep 18, 2023

Conversation

gmaclennan
Copy link
Member

calling await client was throwing an error. The returned client should
not be thenable, and should just return the same client

calling `await client` was throwing an error. The returned client should
not be thenable, and should just return the same client
@gmaclennan gmaclennan self-assigned this Sep 15, 2023
@github-actions
Copy link

github-actions bot commented Sep 15, 2023

Pull Request Test Coverage Report for Build 6196634287

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 93.297%

Totals Coverage Status
Change from base Build 5690257939: 0.05%
Covered Lines: 323
Relevant Lines: 337

💛 - Coveralls

@gmaclennan gmaclennan merged commit 7451dc3 into main Sep 18, 2023
3 checks passed
@gmaclennan gmaclennan deleted the fix/awaited-client branch September 18, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants