We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ecd8c commit 9a34252Copy full SHA for 9a34252
src/components/velog/hooks/useUserTags.ts
@@ -6,6 +6,7 @@ export default function useUserTags(username: string) {
6
variables: {
7
username,
8
},
9
+ fetchPolicy: 'network-only',
10
});
11
12
return {
0 commit comments