Skip to content

Commit

Permalink
Side fix Region lat/long visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Jun 26, 2020
1 parent 37de9d3 commit 8aacb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ type CheckState struct {
type Region struct {
Code string
Name string
Latitude float32 `json:"omitempty"`
Longitude float32 `json:"omitempty"`
Latitude float32
Longitude float32
}

type AutoscalingConfig struct {
Expand Down

0 comments on commit 8aacb63

Please sign in to comment.