Skip to content

Commit

Permalink
fix: 공지사항 파일 업로드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5uhwann committed Aug 22, 2023
1 parent fd38ad1 commit 0e6a23c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public void updateNotice(@PathVariable Long noticeId,
}

if (files != null) {
fileService.deleteFile(noticeId, FILE, NOTICE);
fileService.uploadDownloadableFile(noticeId, files, FILE, NOTICE);
}
}
Expand Down

0 comments on commit 0e6a23c

Please sign in to comment.