Skip to content

Commit b33e884

Browse files
committed
make breaking change to fields in location service
1 parent 8d3ec66 commit b33e884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/location/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
// Location contains data about a location.
2323
type Location struct {
24-
ID int64 `json:"id"`
24+
ID int64 `json:"idx"`
2525
Name string `json:"name"`
2626
Coordinates string `json:"coordinates"`
2727
}

0 commit comments

Comments
 (0)