We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d9d17 commit aaa33d4Copy full SHA for aaa33d4
templates/javascript/tests/client/createClient.mustache
@@ -40,7 +40,8 @@
40
{{/hasCustomHosts}}
41
},
42
{{#hasRegionalHost}}
43
- region: '{{{parametersWithDataTypeMap.region.value}}}' // @ts-ignore
+ // @ts-ignore
44
+ region: '{{{parametersWithDataTypeMap.region.value}}}'
45
{{/hasRegionalHost}}
46
})
47
{{/isSearchClient}};
0 commit comments