Skip to content

Commit

Permalink
feat: 좌석배치도 미리보기 파일 확장자 변경 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin authored Jul 19, 2024
1 parent 6eb7913 commit 4d8902b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ private void uploadToS3(
}

private void checkValidExtension(final String fileExtension, MediaProperty property) {
if (property == MediaProperty.STADIUM_SEAT
|| property == MediaProperty.STADIUM_SEAT_LABEL) {
if (property == MediaProperty.STADIUM_SEAT_LABEL) {
checkValidSeatExtension(fileExtension);
} else {
checkValidImageExtension(fileExtension);
Expand Down

0 comments on commit 4d8902b

Please sign in to comment.