Skip to content

Commit

Permalink
autopilot: add missing json tag to ConfigEvaluationResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Apr 17, 2024
1 parent a4f7d29 commit b2d20f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/autopilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type (
} `json:"gouging"`
NotAcceptingContracts uint64 `json:"notAcceptingContracts"`
NotScanned uint64 `json:"notScanned"`
}
} `json:"unusable"`
Recommendation *ConfigRecommendation `json:"recommendation,omitempty"`
}
)
Expand Down

0 comments on commit b2d20f4

Please sign in to comment.