mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove 'unknown' gender enum
This commit is contained in:
parent
43dd94dad6
commit
d61c090cee
@ -7,5 +7,4 @@ enum GenderEnum : string
|
||||
case MALE = 'man';
|
||||
case FEMALE = 'woman';
|
||||
case NEUTRAL = 'neutral';
|
||||
case UNKNOWN = 'unknown';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user