Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Team-baebae/baebae-BE in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
tioon committed May 21, 2024
2 parents e093d09 + 118c006 commit 7cbb690
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 7cbb690

Please sign in to comment.