Update Latitude Longitude

This commit is contained in:
aditya.siregar
2024-08-15 23:01:25 +07:00
parent 203059918b
commit 8b4a89d3c7
5 changed files with 6 additions and 8 deletions
-2
View File
@@ -29,8 +29,6 @@ type Site struct {
Longitude *float64 `json:"longitude"`
Region string `json:"region"`
Regency string `json:"regency"`
Lat float64 `json:"lat"`
Long float64 `json:"long"`
Distance float64 `gorm:"-"`
}