Skip to content

Commit

Permalink
🚧 chore(UserWithMe): Account is now omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
vovarevenko committed Dec 15, 2021
1 parent a0fb8f4 commit 6a0fede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ type UserWithMe struct {
// Registered push devices
Devices []PushDevice `json:"devices"`

// Billing personal account
Account PersonalAccountBilling `json:"account"`
// Personal account from billing
Account PersonalAccountBilling `json:"account,omitempty"`
}

0 comments on commit 6a0fede

Please sign in to comment.