Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 14, 2024
1 parent 333cf86 commit 6445ad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ enum class ImageType(
val contentType: ContentType
) {
PNG("png", ContentType.Image.PNG),
GIF("gif", ContentType.Image.GIF)
// JPEG("jpg", ContentType.Image.JPEG)
GIF("gif", ContentType.Image.GIF),
JPEG("jpg", ContentType.Image.JPEG)
}

0 comments on commit 6445ad1

Please sign in to comment.