regional forecast/observation title close #11

This commit is contained in:
Matt Walsh
2022-08-04 20:12:44 -05:00
parent d34b0ca224
commit 902818d7a0
7 changed files with 16 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ class Hourly extends WeatherDisplay {
console.error('Get hourly forecast failed');
console.error(e.status, e.responseJSON);
this.setStatus(STATUS.failed);
return;
}
this.data = await Hourly.parseForecast(forecast.properties);