Skip to content

Commit

Permalink
fix: book 엔티티 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 22, 2023
1 parent 9f8e563 commit 138e200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static BooktalkDetailResponseDto of(Booktalk booktalk) {
booktalk.getTitle(),
booktalk.getMember().getName(),
booktalk.getBookCategory(),
"책이름", //TODO 추후 연결
booktalk.getBook().getTitle(),
booktalk.getStartDate(),
booktalk.getEndDate(),
booktalk.getParticipantList().size(),
Expand Down

0 comments on commit 138e200

Please sign in to comment.