Skip to content

Commit

Permalink
Merge pull request awa#105 from mhemmings/add-missing-omitempty
Browse files Browse the repository at this point in the history
appstore: Set IsUpgraded as omitempty
  • Loading branch information
jun06t committed Jan 29, 2020
2 parents b739b19 + 627fa5e commit d9ae3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appstore/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type (

IsTrialPeriod string `json:"is_trial_period"`
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
IsUpgraded string `json:"is_upgraded"`
IsUpgraded string `json:"is_upgraded,omitempty"`

ExpiresDate

Expand Down

0 comments on commit d9ae3a1

Please sign in to comment.