mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +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`;
|
||||
case "daily":
|
||||
case "forecast":
|
||||
return `forecast.njk`;
|
||||
//Make the invalid values use the "Loading..." from forecast
|
||||
default:
|
||||
return `forecast.njk`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user