Icon caching
This commit is contained in:
@@ -145,7 +145,6 @@ export async function get24HourForecast(currentSensors) {
|
||||
};
|
||||
|
||||
Object.assign(snapshot, getWeatherCondition(snapshot));
|
||||
snapshot.icon = `/icons/${snapshot.icon}.png`;
|
||||
return snapshot;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user