aligned healthCheckResponse struct fields

This commit is contained in:
Gani Georgiev 2024-02-10 11:04:59 +02:00
parent 388f61aed6
commit 71141dde69
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ type healthApi struct {
} }
type healthCheckResponse struct { type healthCheckResponse struct {
Code int `json:"code"`
Message string `json:"message"` Message string `json:"message"`
Code int `json:"code"`
Data struct { Data struct {
CanBackup bool `json:"canBackup"` CanBackup bool `json:"canBackup"`
} `json:"data"` } `json:"data"`