Skip to content

Commit

Permalink
style: console.log 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Nov 2, 2023
1 parent 660aab9 commit fc9e79f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const useRecipeFavoriteMutation = (recipeId: number) => {
await queryClient.cancelQueries({ queryKey: queryKey });

const previousRequest = queryClient.getQueryData<RecipeDetail>(queryKey);
console.log(previousRequest);

if (previousRequest) {
queryClient.setQueryData(queryKey, () => ({
Expand Down

0 comments on commit fc9e79f

Please sign in to comment.