Skip to content

Commit 3ed31af

Browse files
committed
frontend doesn't break when backend ws disconnects
1 parent 293e5ad commit 3ed31af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pages/Interference.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ const Interference = () => {
9999
return response.ok;
100100
} catch (error) {
101101
console.error("Error fetching animation from server:", error);
102-
throw error;
103102
}
104103
}
105104

src/pages/Tunneling.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ const Tunneling = () => {
101101
return response.ok;
102102
} catch (error) {
103103
console.error("Error fetching animation from server:", error);
104-
throw error;
105104
}
106105
}
107106

0 commit comments

Comments
 (0)