Skip to content

Commit

Permalink
Merge branch 'hotfix' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Nov 29, 2023
2 parents de0fd0e + 8e6c62d commit e8820c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apis/bookmarks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const useSetBookmarks = () => {
},
{
onSuccess: () => {
queryClient.invalidateQueries(["getRecruitmentsList", "GetBookmarks"]);
queryClient.invalidateQueries(["getRecruitmentsList"]);
queryClient.invalidateQueries(["GetBookmarks"]);
},
}
);
Expand Down

0 comments on commit e8820c7

Please sign in to comment.