Skip to content

Commit

Permalink
media category for file
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Mar 16, 2022
1 parent 1bd8e8e commit 143d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/messagerosa/core/model/MediaCategory.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public enum MediaCategory {
AUDIO("audio"),
VIDEO("video"),
VOICE("voice"),
DOCUMENT("document");
FILE("file");

private String name;

Expand Down

0 comments on commit 143d7f6

Please sign in to comment.