diff --git a/src/indexes.ts b/src/indexes.ts index 98406656a..080fe6d0e 100644 --- a/src/indexes.ts +++ b/src/indexes.ts @@ -914,9 +914,9 @@ class Index = Record> { * * @returns Promise containing the typo tolerance settings. */ - async getTypoTolerance(): Promise { + async getTypoTolerance(): Promise { const url = `indexes/${this.uid}/settings/typo-tolerance` - return await this.httpRequest.get(url) + return await this.httpRequest.get(url) } /**