From 0868cca7da0b6420f01fe2e4050b90dcfdef0ae1 Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 9 Jan 2026 10:27:25 +0100 Subject: [PATCH] logging correction rc --- hooks/use-notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/use-notifications.ts b/hooks/use-notifications.ts index 9f2e0ee0..8c9b835f 100644 --- a/hooks/use-notifications.ts +++ b/hooks/use-notifications.ts @@ -256,7 +256,7 @@ export function useNotifications() { interval: REFRESH_INTERVALS.NOTIFICATIONS_COUNT, enabled: status === 'authenticated', onRefresh: async () => { - await fetchNotificationCount(false); + await fetchNotificationCount(true); // Force refresh to bypass cache }, priority: 'high', });