Skip to content

Commit

Permalink
[refact] 리크루팅 정보 수정 제한 제거 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunihs authored Jul 19, 2023
1 parent b01acd6 commit b414bf8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ public GetRecruitmentResponse getRecruitment(){
public void updateRecruitment(UpdateRecruitmentRequest updateRecruitmentRequest){
Recruitment recruitment = recruitmentHelper.takeRecruitment();

//지원 기간동안 수정할 수 없음
recruitment.validAmenablePeriod(LocalDate.now());

// 객체 업데이트
recruitment.updateRecruitment(updateRecruitmentRequest);
recruitmentRepository.save(recruitment);
Expand Down

0 comments on commit b414bf8

Please sign in to comment.