Skip to content

Commit

Permalink
chore: ignore erroneous TS error, gaxInstance does exist (will be rem…
Browse files Browse the repository at this point in the history
…oved permanently in the next generator update) (#5867)

* chore: ignore erroneous TS failure (should be removed in next generator update)
  • Loading branch information
sofisl authored Dec 6, 2024
1 parent 9320175 commit 183ab73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class CloudTasksClient {
}

// Choose either gRPC or proto-over-HTTP implementation of google-gax.
// @ts-ignore
this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance;

// Create a `gaxGrpc` object, with any grpc-specific options sent to the client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class CloudTasksClient {
}

// Choose either gRPC or proto-over-HTTP implementation of google-gax.
// @ts-ignore
this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance;

// Create a `gaxGrpc` object, with any grpc-specific options sent to the client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export class CloudTasksClient {
}

// Choose either gRPC or proto-over-HTTP implementation of google-gax.
// @ts-ignore
this._gaxModule = opts.fallback ? gaxInstance.fallback : gaxInstance;

// Create a `gaxGrpc` object, with any grpc-specific options sent to the client.
Expand Down

0 comments on commit 183ab73

Please sign in to comment.