Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
무엇을 위한 PR인가요?(: 뒤 설명추가)
변경사항 및 이유
THUMBNAIL_PREFIX
를 바탕으로 파일명만 추출ORIGIN_PREFIX
를 이어 붙임deleteImage
함수를 두 번 호출하여, 원본 이미지와 썸네일 이미지 모두 삭제 진행/thumbnail/...
로 접근하지 않고,thumbnail/...
로 접근해서 구현할 수 있었습니다,/
를 붙이면 안됩니다작업 내역
작업 후 기대 동작(스크린샷)
thumbnails
,fm-origin
양쪽 모두에서 삭제됩니다!어떤 부분에 리뷰어가 집중하면 좋을까요?