Skip to content

Commit

Permalink
Remove omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata2 committed Mar 28, 2023
1 parent 5380d7d commit a22a95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type User struct {
IsAppUser bool `json:"is_app_user"`
IsInvitedUser bool `json:"is_invited_user"`
Has2FA bool `json:"has_2fa"`
TwoFactorType *string `json:"two_factor_type,omitempty"`
TwoFactorType *string `json:"two_factor_type"`
HasFiles bool `json:"has_files"`
Presence string `json:"presence"`
Locale string `json:"locale"`
Expand Down

0 comments on commit a22a95b

Please sign in to comment.