Skip to content

Commit

Permalink
rename skuid in entitlement struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoffi committed Aug 2, 2024
1 parent 7bf00e8 commit d2057dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ type Entitlement struct {
ID string `json:"id"`

// The ID of the SKU
SkuID string `json:"sku_id"`
SKUID string `json:"sku_id"`

// The ID of the parent application
ApplicationID string `json:"application_id"`
Expand Down

0 comments on commit d2057dc

Please sign in to comment.