Skip to content

Commit bea5cbb

Browse files
authored
Update $service_client.ts.njk
1 parent d30f097 commit bea5cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/esm/typescript_gapic/esm/src/$version/$service_client.ts.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export class {{ service.name }}Client {
404404
'{{ api.naming.protoPackage }}.{{ service.name }}', gapicConfig as gax.ClientConfig,
405405
opts.clientConfig || {}, {'x-goog-api-client': clientHeader.join(' ')}
406406
{%- if service.apiVersion -%}
407-
, {'x-goog-api-version': {{ service.apiVersion }}}
407+
, {'x-goog-api-version': '{{ service.apiVersion }}'}
408408
{%- endif %});
409409

410410
// Set up a dictionary of "inner API calls"; the core implementation

0 commit comments

Comments
 (0)