extra log fix
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m0s

This commit is contained in:
2026-03-25 09:46:18 -05:00
parent e61fa1d0cf
commit 74537ff359
-1
View File
@@ -67,7 +67,6 @@ const ensureRealtimeRecovery = () => {
pb.realtime.onDisconnect = () => {
if (!pb.authStore.isValid) return;
scheduleRealtimeRecovery("realtime disconnect", 1000);
};
};