Skip to content

Commit

Permalink
Merge pull request #103 from dongyeon1031/main
Browse files Browse the repository at this point in the history
fix: 학교공지 파일 타입 오류 수정
  • Loading branch information
0702Yoon authored Aug 16, 2024
2 parents 4796b88 + be0a3c1 commit 49a305d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public CampusNotice toCampusNoticeEntity(FileService fileService, CampusNoticeTy
List<File> files = null;
if (fileService.checkExistRequestFile(multipartFiles)) {
FileSaveDTO fileSaveDTO = FileSaveDTO.builder()
.fileType(FileType.EVENT.getType())
.fileType(FileType.CAMPUS_NOTICE.getType())
.multipartFileList(multipartFiles)
.build();

Expand Down

0 comments on commit 49a305d

Please sign in to comment.