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 bb9a022 commit ba04c47Copy full SHA for ba04c47
tests/env/esm/src/index.js
@@ -3,5 +3,5 @@ import * as DefaultMeiliSearch from '../../../../'
3
4
const client = new MeiliSearch({ host:'http://localhost:7700', apiKey: 'masterKey'})
5
const defaultClient = new DefaultMeiliSearch.MeiliSearch({ host:'http://localhost:7700', apiKey: 'masterKey'})
6
-const token = client.generateTenantToken([])
+const token = client.generateTenantToken('e489fe16-3381-431b-bee3-00430192915d', [])
7
console.log({ client, token, defaultClient })
0 commit comments