Skip to content

Commit

Permalink
fix(api): change json tag (#5226)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Jun 2, 2020
1 parent 5b1f515 commit f841412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Service struct {
MonitoringStatus MonitoringStatus `json:"monitoring_status" db:"monitoring_status" cli:"-"`
Version string `json:"version" db:"-" cli:"version"`
Uptodate bool `json:"up_to_date" db:"-"`
LogServerAdress string `json:"tcp" db:"-"`
LogServerAdress string `json:"tcp_address" db:"-"`
}

// Update service field from new data.
Expand Down

0 comments on commit f841412

Please sign in to comment.