Skip to content

Commit

Permalink
feat: todo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jul 31, 2024
1 parent c9acc40 commit 19bf891
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public void validateApplyStudy(Study study, List<StudyHistory> currentMemberStud
}

public void validateCancelStudyApply(Study study) {
// todo: 스터디 정정기간 고려하도록 수정
// 스터디 수강신청 기간이 아닌 경우
if (!study.isApplicable()) {
throw new CustomException(STUDY_APPLY_NOT_CANCELABLE);
Expand Down

0 comments on commit 19bf891

Please sign in to comment.