Skip to content

Commit

Permalink
Merge branch 'develop' into seyeon/swm-191
Browse files Browse the repository at this point in the history
  • Loading branch information
adorableco authored Oct 5, 2024
2 parents 088d405 + 6a72ab0 commit 024d0ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class S3Service(

class FileValidate {
companion object {
private val IMAGE_EXTENSIONS: List<String> = listOf("jpg", "png", "gif", "webp")
private val IMAGE_EXTENSIONS: List<String> = listOf("jpg", "png", "gif", "webp", "jpeg")

fun checkImageFormat(fileName: String) {
val extensionIndex = fileName.lastIndexOf('.')
Expand Down

0 comments on commit 024d0ac

Please sign in to comment.