Fix warnings

pull/1376/head
Marco Heiming 2022-01-31 21:07:52 +01:00
parent cfb8340893
commit 10c9eeaea0
1 changed files with 0 additions and 3 deletions

View File

@ -578,7 +578,6 @@ function getWeatherIconByCode(code) {
default:
return weatherRainy;
}
break;
case 6:
return weatherSnowy;
case 7:
@ -594,11 +593,9 @@ function getWeatherIconByCode(code) {
default:
return weatherCloudy;
}
break;
default:
return undefined;
}
return undefined;
}