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 f77e488 commit 9d070f6Copy full SHA for 9d070f6
templates/javascript/snippets/method.mustache
@@ -13,7 +13,7 @@ import type { RequestOptions } from '@algolia/client-common';
13
export {{#isAsyncMethod}}async{{/isAsyncMethod}} function snippetFor{{#lambda.pascalcase}}{{method}}{{/lambda.pascalcase}}{{testIndex}}(): {{#isAsyncMethod}}Promise<void>{{/isAsyncMethod}}{{^isAsyncMethod}}void{{/isAsyncMethod}} {
14
// >SEPARATOR {{method}} {{{testName}}}
15
// Initialize the client
16
- // {{#hasRegionalHost}}Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
+ {{#hasRegionalHost}}// Replace '{{defaultRegion}}' with your Algolia Application Region{{/hasRegionalHost}}
17
{{> snippets/init}}
18
19
// Call the API
0 commit comments