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 095c477 commit a26de89Copy full SHA for a26de89
app/api/client.tsx
@@ -20,6 +20,7 @@ const apiClient = new Medusa({
20
21
// Force evaluation of SDK properties to ensure they're initialized
22
// This is done to address a race condition
23
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
24
const _ = apiClient.store && apiClient.admin && apiClient.auth && apiClient.client;
25
26
export default apiClient;
0 commit comments