diff --git a/storage/weather-data.go b/storage/weather-data.go index 2ff4dd0..c2334c4 100644 --- a/storage/weather-data.go +++ b/storage/weather-data.go @@ -69,7 +69,7 @@ type WeatherSensor struct { Id uuid.UUID Location string Longitude float64 - Lattitude float64 + Latitude float64 } type WeatherQuery struct {