Skip to content

Commit

Permalink
refactor: 코멘트 글자수 제한 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
bellmin committed Nov 28, 2024
1 parent be2a734 commit 4bc357d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private boolean isEdit(Long memberId) {
}

private boolean isExceedLengthLimit() {
return getContentLength() > contentLimitLength;
return false; // 코멘트 길이 수는 제한이 없다
}

private long getContentLength() {
Expand Down

0 comments on commit 4bc357d

Please sign in to comment.