Skip to content

Commit

Permalink
!hotfix: 누락된 괄호문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Oct 31, 2024
1 parent 5462ee9 commit ec70b7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private void validTextLength(String title, String content) {

if (content != null && content.length() > 200) {
throw new RecordException(RecordErrorStatus.OVERFLOW_MEMO_RECORD_CONTENT);
}
}

// user-record 권한 검사
Expand Down

0 comments on commit ec70b7f

Please sign in to comment.