♟️ useInboxPoller.ts

This commit is contained in:
nirholas
2026-03-31 10:23:35 +00:00
parent 585463011e
commit 763e7fa8d7

View File

@@ -967,3 +967,4 @@ export function useInboxPoller({
// The ref guard is a safety measure to ensure initial poll only happens once
}, [enabled, poll, store])
}