Skip to content

Commit

Permalink
fix: network check
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Nov 10, 2024
1 parent c61baa7 commit 5fbac92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/ui/hooks/useCheckNetworkHealth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function useCheckNetworkHealth() {
logDebug("readyState: ", document.readyState);

if (
document.readyState !== "loading" &&
event.error &&
(event.error.toString().includes("RuntimeError: unreachable") ||
event.error
Expand Down

0 comments on commit 5fbac92

Please sign in to comment.