Skip to content

Commit

Permalink
Merge pull request #101 from Team-baebae/feature/answer/#39
Browse files Browse the repository at this point in the history
chore: Answer 닉네임 수정
  • Loading branch information
jihyo-j authored May 21, 2024
2 parents 434eb87 + 28f2dce commit 118c006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public Answer toEntity(AnswerCreateRequest request, Question question, Member me
.musicAudioUrl(request.getMusicAudioUrl())
.build();

String senderNickname = question.getSender().getNickname();
String senderNickname = question.getNickname();

// Answer 엔티티 생성 및 Music 설정
Answer answer = Answer.builder()
Expand Down

0 comments on commit 118c006

Please sign in to comment.