Skip to content

Commit 4650210

Browse files
authored
댓글 작성자 이름에서 닉네임 으로 변경 (#384)
1 parent d9db5df commit 4650210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back/src/main/java/com/back/domain/post/comment/entity/PostComment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public Boolean isAuthor( Member member) {
3434
}
3535

3636
public String getAuthorName() {
37-
return member.getName();
37+
return member.getNickname();
3838
}
3939

4040
public Long getAuthorId() {

0 commit comments

Comments
 (0)