update to express 5

This commit is contained in:
Matt Walsh
2025-04-02 22:34:59 -05:00
parent bd6c5430c4
commit 130a1bfad3
6 changed files with 970 additions and 970 deletions

View File

@@ -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;
}