Skip to content

Commit 200ad50

Browse files
committed
lint fix
1 parent 59777c5 commit 200ad50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/env/typescript-node/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ interface Movie {
1818
genre?: string
1919
}
2020

21-
const client = new MeiliSearch(config);
21+
const client = new MeiliSearch(config)
2222

23-
(async () => {
23+
;(async () => {
2424
const index = await client.getOrCreateIndex<Movie>('movies')
2525

2626
const indexes = await client.getIndexes()

0 commit comments

Comments
 (0)