Skip to content

Commit

Permalink
fix: Fix connection errror even on successful connection
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Oct 8, 2024
1 parent ef6f8d8 commit 8439ec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ export default function Home({ json, markdown, isSteamClient })

setIsMillenniumConnected(false)
};

millenniumIPC.onerror();
};

useEffect(() => { EstablishConnection() }, []);
Expand Down

0 comments on commit 8439ec1

Please sign in to comment.