update eslint via compatability layer with airbnb-base

This commit is contained in:
Matt Walsh 2025-06-14 11:35:33 -05:00
commit 57395b8dc7
No known key found for this signature in database
7 changed files with 550 additions and 1067 deletions

View file

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