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]) } +