Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
rolling back last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nagydaoudt committed May 12, 2022
1 parent 919c385 commit b4e53c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deliveryhero/google-cloud-bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "5.12.0",
"version": "5.13.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
6 changes: 0 additions & 6 deletions src/bigquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@ export class BigQuery extends common.Service {
}

super(config, options);
/**
* Load googleAuth Client so that auth library can set access_token
* here (https://github.com/deliveryhero/google-auth-library-nodejs/blob/c3d83f127f5c1c6c865af454b7224077bb9b1930/src/auth/googleauth.ts#L805)
* while initiliazing BQClient
*/
this.authClient.getClient();

/**
* @name BigQuery#location
Expand Down

0 comments on commit b4e53c0

Please sign in to comment.