update to express 5
This commit is contained in:
parent
bd6c5430c4
commit
130a1bfad3
6 changed files with 970 additions and 970 deletions
|
|
@ -131,7 +131,7 @@ class WeatherDisplay {
|
|||
|
||||
// get necessary data for this display
|
||||
getData(weatherParameters, refresh) {
|
||||
// refresh doesn't delete existing data, and is resued if the silent refresh fails
|
||||
// refresh doesn't delete existing data, and is reused if the silent refresh fails
|
||||
if (!refresh) {
|
||||
this.data = undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue