Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] fix: File생성 시 createTempFile로 생성하도록 변경 #197

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

ehtjsv2
Copy link
Contributor

@ehtjsv2 ehtjsv2 commented Jul 24, 2024

이슈

개발 사항

  • new File()로 파일 생성하니까 서버에서 안되서 creatTempFile로 변경했습니다

@ehtjsv2 ehtjsv2 added 🐞 bug 버그 수정 🖥 backend backend labels Jul 24, 2024
@ehtjsv2 ehtjsv2 added this to the Sprint2 milestone Jul 24, 2024
@ehtjsv2 ehtjsv2 self-assigned this Jul 24, 2024
@ehtjsv2 ehtjsv2 linked an issue Jul 24, 2024 that may be closed by this pull request
Copy link
Member

@gaeun5744 gaeun5744 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

특별해 해드립니다ㅋ

Copy link

Unit Test Results

92 tests   92 ✔️  5s ⏱️
20 suites    0 💤
20 files      0

Results for commit a1c0ea4.

@ehtjsv2 ehtjsv2 merged commit 0ac7468 into develop Jul 24, 2024
3 checks passed
@ehtjsv2 ehtjsv2 deleted the fix/multipart-convert branch July 24, 2024 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend backend 🐞 bug 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Multipart을 FIle로 변환하는 메서드 버그 수정
3 participants