mirror of https://github.com/espruino/BangleApps
Fix warnings
parent
cfb8340893
commit
10c9eeaea0
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue