Correct spelling of municipality
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
vendor
|
vendor
|
||||||
.idea
|
.idea
|
||||||
|
geo-service
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ type config struct {
|
|||||||
type event struct {
|
type event struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
City string `json:"city"`
|
City string `json:"city"`
|
||||||
Municipality string `json:"municiplity"`
|
Municipality string `json:"municipality"`
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
Created string `json:"created"`
|
Created string `json:"created"`
|
||||||
}
|
}
|
||||||
@@ -28,7 +28,7 @@ type event struct {
|
|||||||
type location struct {
|
type location struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
City string `json:"city"`
|
City string `json:"city"`
|
||||||
Municipality string `json:"municiplity"`
|
Municipality string `json:"municipality"`
|
||||||
State string `json:"state"`
|
State string `json:"state"`
|
||||||
Lat float64 `json:"lat"`
|
Lat float64 `json:"lat"`
|
||||||
Long float64 `json:"long"`
|
Long float64 `json:"long"`
|
||||||
|
|||||||
Reference in New Issue
Block a user