Split Tomorrow report identity
This commit is contained in:
@@ -111,8 +111,8 @@ func reportIDForConfigKey(key string) (report.ID, error) {
|
||||
switch normalized {
|
||||
case "daily", "daily_today":
|
||||
return report.DailyToday, nil
|
||||
case "tomorrow", "daily_tomorrow":
|
||||
return report.DailyTomorrow, nil
|
||||
case "tomorrow":
|
||||
return report.Tomorrow, nil
|
||||
case "hourly":
|
||||
return report.Hourly, nil
|
||||
case "three_day", "three_day_outlook":
|
||||
|
||||
Reference in New Issue
Block a user