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

refactor: update nodejs-common and google-auth-library #112

Merged
merged 4 commits into from
Jun 22, 2018
Merged

refactor: update nodejs-common and google-auth-library #112

merged 4 commits into from
Jun 22, 2018

Conversation

JustinBeckwith
Copy link
Contributor

No description provided.

@JustinBeckwith JustinBeckwith requested review from stephenplusplus and a team June 22, 2018 03:25
@codecov
Copy link

codecov bot commented Jun 22, 2018

Codecov Report

Merging #112 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #112   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         646    646           
=====================================
  Hits          646    646
Impacted Files Coverage Δ
src/index.js 100% <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 b74d593...6dc032d. Read the comment docs.

@@ -404,7 +404,7 @@ function Datastore(options) {
this.options.sslCreds = grpc.credentials.createInsecure();
}

this.auth = googleAuth(this.options);
this.auth = new GoogleAuth(this.options);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith JustinBeckwith merged commit c34451f into googleapis:master Jun 22, 2018
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