Skip to content

Commit 23d01e8

Browse files
benedikt-bartscheradhami3310
authored andcommitted
fix prettier (#4971)
1 parent 74a82c9 commit 23d01e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/.templates/web/utils/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ export const connect = async (
456456
console.log("Disconnect websocket on unload");
457457
socket.current.disconnect();
458458
}
459-
}
459+
};
460460

461461
const pagehideHandler = (event) => {
462462
if (event.persisted && socket.current?.connected) {

0 commit comments

Comments
 (0)