Skip to content

Commit

Permalink
correct api status host property from 'origin' to 'host'
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Dec 22, 2023
1 parent 9d26eec commit cc13b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sync/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type syncStatus struct {
}

type replicaStatus struct {
Host string `json:"origin"`
Host string `json:"host"`
URL string `json:"url"`
Status string `json:"status"`
Error string `json:"error"`
Expand Down

0 comments on commit cc13b93

Please sign in to comment.