Skip to content

Commit

Permalink
fixed netadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dwertent committed Dec 21, 2021
1 parent 9880430 commit b735765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectsenvelopes/hostsensor/hostsensordataenvelope.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type HostSensorMetadata struct {
type HostSensorDataEnvelope struct {
ApiVersion string `json:"apiVersion"`
Kind string `json:"kind"`
Metadata HostSensorMetadata `json:"Metadata"`
Metadata HostSensorMetadata `json:"metadata"`
Data json.RawMessage `json:"data"`
}

Expand Down

0 comments on commit b735765

Please sign in to comment.