Skip to content

Commit

Permalink
docs: 자기소개서 => 자기소개서 페이지 파일로 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaemy committed Feb 15, 2023
1 parent 8a788f9 commit be25f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/applications/applications.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ApplicationsService {
throw new ConflictException(conflictErrors);
}

// 디지몬 파트가 아닌데 자기소개서가 없으면 400 에러
// 디지몬 파트가 아닌데 자기소개서 페이지 파일이 없으면 400 에러
if (personalInfo.part !== 'design') {
const errors: string[] = [];

Expand Down

0 comments on commit be25f51

Please sign in to comment.