logging correction rc
This commit is contained in:
parent
4e0a5b146c
commit
0868cca7da
@ -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',
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user