Skip to content

Commit 4fe340c

Browse files
committed
playground
1 parent e740584 commit 4fe340c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/javascript/node/search.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ async function testSearch() {
1919
try {
2020
const req = await client.setSettings({
2121
indexName: 'theIndexName',
22-
indexSettings: { distinct: 'company' },
22+
indexSettings: { distinct: true },
2323
})
2424

25-
// @ts-ignore
25+
2626
console.log(`[OK]`, req);
2727
} catch (e: any) {
2828
// Instance of

0 commit comments

Comments
 (0)