Add near-term report config overrides

This commit is contained in:
2026-06-12 17:42:49 +00:00
parent b38230bc35
commit c4107490df
3 changed files with 67 additions and 3 deletions

View File

@@ -113,6 +113,8 @@ func reportIDForConfigKey(key string) (report.ID, error) {
return report.DailyToday, nil
case "tomorrow", "daily_tomorrow":
return report.DailyTomorrow, nil
case "near_term":
return report.NearTerm, nil
case "three_day", "three_day_outlook":
return report.ThreeDay, nil
case "weekend", "weekend_outlook":