Skip to content

Commit

Permalink
aligned healthCheckResponse struct fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Feb 10, 2024
1 parent 388f61a commit 71141dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ type healthApi struct {
}

type healthCheckResponse struct {
Code int `json:"code"`
Message string `json:"message"`
Code int `json:"code"`
Data struct {
CanBackup bool `json:"canBackup"`
} `json:"data"`
Expand Down

0 comments on commit 71141dd

Please sign in to comment.