From dc8344003ba9960c0aa5534555a217cc1f634706 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Tue, 26 Mar 2024 09:30:10 +0100 Subject: [PATCH] fix: also revert model change in version schema (#777) --- healthx/doc.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/healthx/doc.go b/healthx/doc.go index 0bbd448d..200b47d3 100644 --- a/healthx/doc.go +++ b/healthx/doc.go @@ -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"`