From 43365bd5d8b55e5f490ee96d5b631521735a3ed8 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 18 Jun 2022 06:19:41 -0400 Subject: weather: update `NewWeather` Add handling to skip duplicate alerts. --- nws/nws.go | 1 + 1 file changed, 1 insertion(+) (limited to 'nws/nws.go') diff --git a/nws/nws.go b/nws/nws.go index ecef792..0a456d9 100644 --- a/nws/nws.go +++ b/nws/nws.go @@ -68,6 +68,7 @@ type FeatureProperties struct { } type Feature struct { + Id string Properties FeatureProperties } -- cgit v1.2.3