From f4b5e519fa01e0d23f1db1015fa6443f8d81df29 Mon Sep 17 00:00:00 2001 From: Joel Schmid Date: Thu, 1 Apr 2021 22:31:48 +0200 Subject: [PATCH] fix typo --- storage/weather-data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {