regional forecast/observation title close #11
This commit is contained in:
parent
d34b0ca224
commit
902818d7a0
7 changed files with 16 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue