From 763e7fa8d7260c02c4651402e772fd4d4d32fd9f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=9F=EF=B8=8F=20useInboxPoller.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useInboxPoller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useInboxPoller.ts b/src/hooks/useInboxPoller.ts index 361ba63..fb147f6 100644 --- a/src/hooks/useInboxPoller.ts +++ b/src/hooks/useInboxPoller.ts @@ -967,3 +967,4 @@ export function useInboxPoller({ // The ref guard is a safety measure to ensure initial poll only happens once }, [enabled, poll, store]) } +