Skip to content

Commit 6556d13

Browse files
author
Artem Stoianov
committed
POD-135: Fix wrong ISO field name
1 parent 990653f commit 6556d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

perfops/geotypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type (
1313
ID int `json:"id"`
1414
Name string `json:"name"`
1515
ISO string `json:"iso"`
16-
ISONumeric string `json:"iso_numeric"`
16+
ISONumeric string `json:"isoNumeric"`
1717
Continent *Continent `json:"continent,omitempty"`
1818
}
1919

0 commit comments

Comments
 (0)