Skip to content

Commit

Permalink
fix json field value
Browse files Browse the repository at this point in the history
  • Loading branch information
acosferreira committed Feb 21, 2024
1 parent eec1548 commit 0c83514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type host struct {
Updated models.EdgeAPITime `json:"updated"`
SystemProfile systemProfile `json:"system_profile"`
Groups []PlatformInsightsGroup `json:"groups"`
SubscriptionManagerId string `json:subscription_manager_id,omitempty`
SubscriptionManagerId string `json:"subscription_manager_id,omitempty"`
}

type PlatformInsightsGroup struct {
Expand Down

0 comments on commit 0c83514

Please sign in to comment.