Remove unused alert envelope retention

This commit is contained in:
2026-08-13 04:17:05 +00:00
parent cd7b9aef2b
commit d6829af32b
5 changed files with 10 additions and 3 deletions

View File

@@ -148,7 +148,6 @@ func (p ForecastPeriod) HasValidPrecipitationProbability() bool {
type AlertRun struct {
AsOf *time.Time `json:"asOf,omitempty"`
Alerts []json.RawMessage `json:"alerts,omitempty"`
Raw json.RawMessage `json:"raw,omitempty"`
}
type Discussion struct {