-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(types): overload for bigtable.getInstances #579
Conversation
Codecov Report
@@ Coverage Diff @@
## master #579 +/- ##
=======================================
Coverage 87.24% 87.24%
=======================================
Files 33 33
Lines 2046 2046
Branches 373 374 +1
=======================================
Hits 1785 1785
Misses 233 233
Partials 28 28
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Types look good. Approved pending changes @callmehiphop suggested
While accessing
bigtable.getInstances
withasync
function, it is giving error of return type.Added overload and related document changes.
Fixes #564