feat(ai): finalize AI magic edits epic rollout and operations
This commit is contained in:
@@ -10,6 +10,8 @@ export function useNotificationsBadge() {
|
||||
const { data: count = 0 } = useQuery<number>({
|
||||
queryKey: ['mobile', 'notifications', 'badge', 'tenant'],
|
||||
staleTime: 60_000,
|
||||
refetchInterval: 90_000,
|
||||
refetchIntervalInBackground: true,
|
||||
queryFn: async () => {
|
||||
const logs = await listNotificationLogs({ perPage: 1 });
|
||||
const meta: any = logs.meta ?? {};
|
||||
|
||||
Reference in New Issue
Block a user