Skip to content

Commit

Permalink
fix : AI 요약 PDF 파일 오류 로그 출력 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon authored and yujamint committed Jul 25, 2024
1 parent 7319b31 commit 2466ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void UploadS3(AiGenerateSummaryFromAiDto aiGenerateSummaryFromAiDto, AiGe


} catch (IOException e) {
throw new BusinessException(ErrorCode.NOT_UPLOAD_PROBLEM);
e.printStackTrace();
} finally {
if (tempFile != null) {
tempFile.delete(); // 방금 생성한 파일 삭제
Expand Down

0 comments on commit 2466ab3

Please sign in to comment.