Skip to content

Commit

Permalink
fix: remove top level await
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Sep 27, 2024
1 parent 5bfb2a1 commit cf54f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const enableMocking = async () => {
},
});
};
await enableMocking();
enableMocking();

// Zustand
if (import.meta.env.DEV) {
Expand Down

0 comments on commit cf54f0e

Please sign in to comment.