Skip to content

Commit

Permalink
chore: update Distance type to float64
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaton committed Nov 2, 2023
1 parent 217d2ec commit 3c588f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type FacilityOutput struct {
County string `json:"county,omitempty"`
Country string `json:"country,omitempty"`
Coordinates CoordinatesOutput `json:"coordinates,omitempty"`
Distance string `json:"distance,omitempty"`
Distance float64 `json:"distance,omitempty"`
Status string `json:"status,omitempty"`
Address string `json:"address,omitempty"`
Contacts []ContactsOutput `json:"contacts,omitempty"`
Expand Down

0 comments on commit 3c588f2

Please sign in to comment.