update eslint via compatability layer with airbnb-base
This commit is contained in:
parent
a11e783cde
commit
57395b8dc7
7 changed files with 550 additions and 1067 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue