-
Notifications
You must be signed in to change notification settings - Fork 230
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(typescript): correct response type of Subscription.get
#525
fix(typescript): correct response type of Subscription.get
#525
Conversation
Looks like we're getting a small lint error
I think we just need to make the following edit this.pubsub.createTopic(this.name, gaxOpts, callback!); |
The call relied on an internal implementation (checking if the argument is equal to |
@merlinnot we actually use a decorator to promisify everything, so |
Codecov Report
@@ Coverage Diff @@
## master #525 +/- ##
=======================================
Coverage 94.95% 94.95%
=======================================
Files 16 16
Lines 992 992
Branches 87 87
=======================================
Hits 942 942
Misses 42 42
Partials 8 8
Continue to review full report at Codecov.
|
725ab3c
to
9952c00
Compare
Ok, changed and rebased on master. |
@merlinnot awesome, thank you so much! |
I can't see CI logs, both |
@merlinnot yeah T_T I don't think there's anything wrong with your code, Kokoro (CI) has been super flakey today. @JustinBeckwith do we have any idea what's going on with it? |
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
Resolves #507