Skip to content

Commit

Permalink
fix: also revert model change in version schema (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Mar 26, 2024
1 parent 75740c5 commit dc83440
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions healthx/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ func (s swaggerNotReadyStatus) Error() string {
return strings.Join(errs, "; ")
}

// The service's version.
//
// swagger:model serviceVersion
// swagger:model version
type swaggerVersion struct {
// Version is the service's version.
Version string `json:"version"`
Expand Down

0 comments on commit dc83440

Please sign in to comment.