Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch committed Sep 3, 2024
2 parents ecb4164 + 1ca8b70 commit 7ba1198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/kkokkomu/short_news/core/type/ESex.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
@RequiredArgsConstructor
public enum ESex {
MAN("MAN"),
WOMAN("WOMAN");
WOMAN("WOMAN"),
NONE("NONE");

private final String sex;
}

0 comments on commit 7ba1198

Please sign in to comment.