mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 17:19:30 -07:00
additional eslint rules
This commit is contained in:
@@ -59,8 +59,8 @@ class CurrentWeather extends WeatherDisplay {
|
||||
observations = undefined;
|
||||
throw new Error(`Unable to get observations: ${station.properties.stationIdentifier}, trying next station`);
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
}
|
||||
// test for data received
|
||||
|
||||
Reference in New Issue
Block a user