mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Really run prettier
This commit is contained in:
parent
4b8043086e
commit
10c47a6c38
@ -61,7 +61,6 @@ WeatherProvider.register("ukmetofficedatahub", {
|
|||||||
queryStrings += "&longitude=" + this.config.lon;
|
queryStrings += "&longitude=" + this.config.lon;
|
||||||
queryStrings += "&includeLocationName=" + true;
|
queryStrings += "&includeLocationName=" + true;
|
||||||
|
|
||||||
|
|
||||||
// Return URL, making sure there is a trailing "/" in the base URL.
|
// Return URL, making sure there is a trailing "/" in the base URL.
|
||||||
return this.config.apiBase + (this.config.apiBase.endsWith("/") ? "" : "/") + forecastType + queryStrings;
|
return this.config.apiBase + (this.config.apiBase.endsWith("/") ? "" : "/") + forecastType + queryStrings;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user