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: createInstance should return a value #747

Merged

Conversation

olavloite
Copy link
Contributor

The createInstance() method should return a value to allow promise chaining.

Fixes #746.

The createInstance() method should return a value to allow
promise chaining.

Fixes googleapis#746.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 8, 2019
@codecov
Copy link

codecov bot commented Dec 8, 2019

Codecov Report

Merging #747 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #747      +/-   ##
==========================================
+ Coverage   96.11%   96.11%   +<.01%     
==========================================
  Files          18       18              
  Lines       15617    15618       +1     
  Branches      532      532              
==========================================
+ Hits        15010    15011       +1     
  Misses        602      602              
  Partials        5        5
Impacted Files Coverage Δ
src/index.ts 99.71% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b1e07b...ae2ed76. Read the comment docs.

@callmehiphop callmehiphop merged commit 16c013f into googleapis:master Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

createInstance method does not have a declared return value
3 participants