mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fix prettier issue.
This commit is contained in:
@@ -243,7 +243,7 @@ WeatherProvider.register("weathergov", {
|
||||
if (this.config.windUnits === "imperial") {
|
||||
return metSec * 2.23694;
|
||||
} else {
|
||||
if(this.config.useKmh) {
|
||||
if (this.config.useKmh) {
|
||||
return metSec * 3.6;
|
||||
} else {
|
||||
return metSec;
|
||||
|
Reference in New Issue
Block a user