fix typo
This commit is contained in:
parent
c1412dffb2
commit
f4b5e519fa
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue