mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Fixing code style issue with no return before default
This commit is contained in:
parent
5a421220c9
commit
3c4d7a33e0
@ -119,6 +119,7 @@ Module.register("weather", {
|
|||||||
return `hourly.njk`;
|
return `hourly.njk`;
|
||||||
case "daily":
|
case "daily":
|
||||||
case "forecast":
|
case "forecast":
|
||||||
|
return `forecast.njk`;
|
||||||
//Make the invalid values use the "Loading..." from forecast
|
//Make the invalid values use the "Loading..." from forecast
|
||||||
default:
|
default:
|
||||||
return `forecast.njk`;
|
return `forecast.njk`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user