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 7ec3c20 commit efac20cCopy full SHA for efac20c
templates/javascript/tests/client/createClient.mustache
@@ -2,7 +2,7 @@
2
'{{parametersWithDataTypeMap.appId.value}}',
3
'{{parametersWithDataTypeMap.apiKey.value}}'
4
{{#isStandaloneClient}},
5
- {{#hasRegionalHost}}'{{{defaultRegion}}}', {{/hasRegionalHost}}
+ {{#hasRegionalHost}}'{{{parametersWithDataTypeMap.region.value}}}', {{/hasRegionalHost}}
6
{
7
{{#useEchoRequester}}
8
requester: nodeEchoRequester(),
0 commit comments