Really run prettier

This commit is contained in:
veeck 2021-04-12 19:33:23 +02:00
parent 4b8043086e
commit 10c47a6c38

View File

@ -61,7 +61,6 @@ WeatherProvider.register("ukmetofficedatahub", {
queryStrings += "&longitude=" + this.config.lon;
queryStrings += "&includeLocationName=" + true;
// Return URL, making sure there is a trailing "/" in the base URL.
return this.config.apiBase + (this.config.apiBase.endsWith("/") ? "" : "/") + forecastType + queryStrings;
},