This commit is contained in:
Joel Schmid 2021-04-01 22:31:48 +02:00
parent c1412dffb2
commit f4b5e519fa

View file

@ -69,7 +69,7 @@ type WeatherSensor struct {
Id uuid.UUID Id uuid.UUID
Location string Location string
Longitude float64 Longitude float64
Lattitude float64 Latitude float64
} }
type WeatherQuery struct { type WeatherQuery struct {