Skip to content

Commit

Permalink
fix: disable musePpg by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Feb 11, 2025
1 parent c176f2c commit 05cde95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/muse.context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const MuseContextProvider = ({ children }: { children: React.ReactNode })
const museClient = new MuseClient();

try {
museClient.enablePpg = true;
museClient.enablePpg = false;
} catch (e) {
console.error("ppg is not supported");
}
Expand Down

0 comments on commit 05cde95

Please sign in to comment.