Skip to content

Commit 9a34252

Browse files
committed
Use network-only fetch policy for user tags
1 parent e1ecd8c commit 9a34252

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/components/velog/hooks/useUserTags.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default function useUserTags(username: string) {
66
variables: {
77
username,
88
},
9+
fetchPolicy: 'network-only',
910
});
1011

1112
return {

0 commit comments

Comments
 (0)