Skip to content

Commit

Permalink
🦷 :: (#852) ν™•μž₯자 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Nov 14, 2024
1 parent 18e6f7a commit 0e83f52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public enum FileType {

LOGO_IMAGE(List.of(".jpg", ".png", ".svg")),
EXTENSION_FILE(List.of(".pdf", ".ppt", ".pptx", ".hwp", ".jpg", ".png", ".zip", ".txt", ".mp4", ".opt", "doc", "docx", "hwpx"));
EXTENSION_FILE(List.of(".pdf", ".ppt", ".pptx", ".hwp", ".jpg", ".png", ".zip", ".txt", ".mp4", ".opt", ".doc", ".docx", ".hwpx"));

public final List<String> validExtensions;
}

0 comments on commit 0e83f52

Please sign in to comment.