Skip to content

Commit

Permalink
Merge pull request #333 from twenty-three-23/hotfix/TT-393
Browse files Browse the repository at this point in the history
TT-393 성별 UNKNOWN 추가
  • Loading branch information
snacktime81 authored Aug 21, 2024
2 parents bfd2c35 + 873f236 commit 7ac79e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package com.twentythree.peech.user.value;

public enum UserGender {
MALE, FEMALE
MALE, FEMALE, UNKNOWN
}

0 comments on commit 7ac79e1

Please sign in to comment.