Skip to content

Commit ed74d02

Browse files
committed
make breaking change to fields in location service
1 parent bb7366a commit ed74d02

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
@@ -22,7 +22,7 @@ import (
2222
// Location contains data about a location.
2323
type Location struct {
2424
ID int64 `json:"id"`
25-
Name string `json:"name"`
25+
FullName string `json:"fullName"`
2626
Coordinates string `json:"coordinates"`
2727
}
2828

0 commit comments

Comments
 (0)