Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Apr 22, 2024
1 parent 7ba612c commit a751d77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/managedwriter/stream_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,8 @@ export class StreamConnection extends EventEmitter {
}
// This header is required so that the BigQuery Storage API
// knows which region to route the request to.
callOptions.otherArgs.headers[
'x-goog-request-params'
] = `write_stream=${streamId}`;
callOptions.otherArgs.headers['x-goog-request-params'] =
`write_stream=${streamId}`;
return callOptions;
}

Expand Down

0 comments on commit a751d77

Please sign in to comment.