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 4b2abf7 commit c8ffcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/querys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function useUserData(id: string | undefined) {
return useQuery({
queryKey: [keys.userData, id],
queryFn: () => getCheckUser(id),
refetchOnWindowFocus: false,
// refetchOnWindowFocus: false,
retry: 4,
});
}
Expand Down

0 comments on commit c8ffcaa

Please sign in to comment.