mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Remove some unused variables (#3301)
I have noticed unused variables that seem superfluous.
This commit is contained in:
committed by
GitHub
parent
786ea86e0e
commit
4e7b68a69d
@@ -397,7 +397,7 @@ WeatherProvider.register("openmeteo", {
|
||||
generateWeatherObjectsFromForecast(weathers) {
|
||||
const days = [];
|
||||
|
||||
weathers.daily.forEach((weather, i) => {
|
||||
weathers.daily.forEach((weather) => {
|
||||
const currentWeather = new WeatherObject();
|
||||
|
||||
currentWeather.date = weather.time;
|
||||
|
Reference in New Issue
Block a user