logging correction rc
This commit is contained in:
parent
4e0a5b146c
commit
0868cca7da
@ -256,7 +256,7 @@ export function useNotifications() {
|
|||||||
interval: REFRESH_INTERVALS.NOTIFICATIONS_COUNT,
|
interval: REFRESH_INTERVALS.NOTIFICATIONS_COUNT,
|
||||||
enabled: status === 'authenticated',
|
enabled: status === 'authenticated',
|
||||||
onRefresh: async () => {
|
onRefresh: async () => {
|
||||||
await fetchNotificationCount(false);
|
await fetchNotificationCount(true); // Force refresh to bypass cache
|
||||||
},
|
},
|
||||||
priority: 'high',
|
priority: 'high',
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user