From 74537ff359b07426a98c1f39aec87f343d52f1d3 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Wed, 25 Mar 2026 09:46:18 -0500 Subject: [PATCH] extra log fix --- src/store/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/index.ts b/src/store/index.ts index 14edac0..29991be 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -67,7 +67,6 @@ const ensureRealtimeRecovery = () => { pb.realtime.onDisconnect = () => { if (!pb.authStore.isValid) return; - scheduleRealtimeRecovery("realtime disconnect", 1000); }; };