Fixing code style issue with no return before default

This commit is contained in:
buxxi 2021-01-23 12:07:10 +01:00
parent 5a421220c9
commit 3c4d7a33e0

View File

@ -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`;