Skip to content

Commit

Permalink
fix(daemon): fix json struct tag for docker id (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
bduranleau-nr authored Apr 5, 2024
1 parent 06d0436 commit e0d2d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/internal/newrelic/utilization/utilization_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Data struct {
}

type docker struct {
ID string `json:"id",omitempty`
ID string `json:"id,omitempty"`
}

type vendors struct {
Expand Down

0 comments on commit e0d2d12

Please sign in to comment.