Skip to content

Commit 498afc5

Browse files
committed
refactor: 코드리뷰 반영
1 parent c7cb61b commit 498afc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/api/mutations/capsule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const useCreateCapsule = () => {
1717
});
1818
},
1919
onSuccess: () => {
20-
queryClient.invalidateQueries({ queryKey: capsuleQueryKeys.my() });
20+
queryClient.invalidateQueries({ queryKey: ["capsule", "my"] });
2121
},
2222
});
2323
};

0 commit comments

Comments
 (0)