Skip to content

Commit a26de89

Browse files
chore: 🚨 fix lint warning
1 parent 095c477 commit a26de89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/api/client.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const apiClient = new Medusa({
2020

2121
// Force evaluation of SDK properties to ensure they're initialized
2222
// This is done to address a race condition
23+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2324
const _ = apiClient.store && apiClient.admin && apiClient.auth && apiClient.client;
2425

2526
export default apiClient;

0 commit comments

Comments
 (0)