Merge branch 'refactor-location' of git.selly.red:Selly-Modules/natsio into develop

This commit is contained in:
trunglt251292 2022-10-27 16:31:17 +07:00
commit 9b59a6bc6a
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ type CommonLocation struct {
ID string `json:"id"`
Name string `json:"name"`
Code int `json:"code"`
Slug string `json:"slug"`
}
// ResponseLatLng ...