Skip to content

Commit

Permalink
refact: change response field's value in voiceComment api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 11, 2024
1 parent 790ad1d commit 9637783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public PostCommentResponseV2 createPostVoiceComment(String postId,
CommentType.VOICE,
postId,
loginMemberId,
"앱 버전 업데이트 후에 확인할 수 있는 댓글이에요",
null,
savedVoiceComment.getAudioUrl(),
ZonedDateTime.now()
);
Expand Down

0 comments on commit 9637783

Please sign in to comment.