Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 409de91

Browse files
🦉 Updates from OwlBot
1 parent 9cf88d1 commit 409de91

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

src/v1/document_processor_service_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ export class DocumentProcessorServiceClient {
128128
// Save the auth object to the client, for use by other methods.
129129
this.auth = this._gaxGrpc.auth as gax.GoogleAuth;
130130

131-
132-
133131
// Determine the client header string.
134132
const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`];
135133
if (typeof process !== 'undefined' && 'versions' in process) {

src/v1beta1/document_understanding_service_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ export class DocumentUnderstandingServiceClient {
126126
// Save the auth object to the client, for use by other methods.
127127
this.auth = this._gaxGrpc.auth as gax.GoogleAuth;
128128

129-
130-
131129
// Determine the client header string.
132130
const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`];
133131
if (typeof process !== 'undefined' && 'versions' in process) {

src/v1beta2/document_understanding_service_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ export class DocumentUnderstandingServiceClient {
126126
// Save the auth object to the client, for use by other methods.
127127
this.auth = this._gaxGrpc.auth as gax.GoogleAuth;
128128

129-
130-
131129
// Determine the client header string.
132130
const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`];
133131
if (typeof process !== 'undefined' && 'versions' in process) {

src/v1beta3/document_processor_service_client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ export class DocumentProcessorServiceClient {
128128
// Save the auth object to the client, for use by other methods.
129129
this.auth = this._gaxGrpc.auth as gax.GoogleAuth;
130130

131-
132-
133131
// Determine the client header string.
134132
const clientHeader = [`gax/${this._gaxModule.version}`, `gapic/${version}`];
135133
if (typeof process !== 'undefined' && 'versions' in process) {

0 commit comments

Comments
 (0)