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 59777c5 commit 200ad50Copy full SHA for 200ad50
tests/env/typescript-node/src/index.ts
@@ -18,9 +18,9 @@ interface Movie {
18
genre?: string
19
}
20
21
-const client = new MeiliSearch(config);
+const client = new MeiliSearch(config)
22
23
-(async () => {
+;(async () => {
24
const index = await client.getOrCreateIndex<Movie>('movies')
25
26
const indexes = await client.getIndexes()
0 commit comments