Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Feb 15, 2024
1 parent c8ffcaa commit 96546fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/querys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ function useUserData(id: string | undefined) {
return useQuery({
queryKey: [keys.userData, id],
queryFn: () => getCheckUser(id),
// refetchOnWindowFocus: false,
staleTime: 0,
// refetchInterval: 1000,
retry: 4,
});
}
Expand Down

0 comments on commit 96546fe

Please sign in to comment.