Skip to content

Commit

Permalink
fix: 재료가 사용되지 않는 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 9, 2024
1 parent 8147c18 commit f243b82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public SupportResponse doSupport(
);

Support savedSupport = supportRepository.save(support);
sender.useIngredients(List.of(support.getSupportIngredient()));
return SupportResponseAssembler.toSupportResponse(savedSupport); // 공개여부!!
}

Expand Down

0 comments on commit f243b82

Please sign in to comment.