Skip to content

Commit

Permalink
Merge branch 'DD/feat/#179/anonymityComment' of https://github.com/JN…
Browse files Browse the repository at this point in the history
…U-econovation/EEOS-BE into DD/feat/#179/anonymityComment
  • Loading branch information
Daae-Kim committed Nov 28, 2024
2 parents 0e34223 + 6b11164 commit 4913448
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 4913448

Please sign in to comment.