Skip to content

Commit

Permalink
fix: 팔로우/언팔로우 시 데이터 실시간 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
summermong committed Nov 12, 2024
1 parent fb93f41 commit 91f268e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/profile/hooks/use-profile-data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const useProfileData = (id?: number) => {
return data.data;
}),
enabled: !!id,
staleTime: Infinity,
// staleTime: Infinity,
});
};

0 comments on commit 91f268e

Please sign in to comment.