update eslint via compatability layer with airbnb-base

This commit is contained in:
Matt Walsh
2025-06-14 11:35:33 -05:00
parent a11e783cde
commit 57395b8dc7
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;
}