mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 09:09:30 -07:00
update to express 5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user