mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
update eslint via compatability layer with airbnb-base
This commit is contained in:
@@ -139,7 +139,7 @@ const getStations = async (stations) => {
|
||||
StationId: station.id,
|
||||
city: station.city,
|
||||
};
|
||||
} catch (error) {
|
||||
} catch {
|
||||
console.log(`Unable to get latest observations for ${station.id}`);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user