Skip to content

Commit

Permalink
chore: fix unknown gender enum (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmuhia committed Jun 19, 2024
1 parent e77d9a4 commit 5df023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// GenderTypeASKU stands for Asked but Unknown
GenderTypeASKU GenderType = "ASKU"
// GenderTypeUNK stands for Unknown
GenderTypeUNK GenderType = "Unknown"
GenderTypeUNK GenderType = "UNK"
)

// IsValid returns true if a contact type is valid
Expand Down

0 comments on commit 5df023f

Please sign in to comment.