mirror of
				https://github.com/MichMich/MagicMirror.git
				synced 2025-10-31 02:36:47 +00:00 
			
		
		
		
	Really run prettier
This commit is contained in:
		| @@ -60,7 +60,6 @@ WeatherProvider.register("ukmetofficedatahub", { | ||||
| 		queryStrings += "latitude=" + this.config.lat; | ||||
| 		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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user