From 3282ed4fea3b43a4a789b7ebce3b09d0ee06e729 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 4 Jul 2020 21:49:14 +0200 Subject: [PATCH] Add TODO --- modules/default/weather/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/weather/weather.js b/modules/default/weather/weather.js index a8b6cc53..73c493e0 100644 --- a/modules/default/weather/weather.js +++ b/modules/default/weather/weather.js @@ -45,7 +45,7 @@ Module.register("weather", { apiKey: "", apiSecret: "", apiVersion: "2.5", - apiBase: "https://api.openweathermap.org/data/", + apiBase: "https://api.openweathermap.org/data/", // TODO: this should not be part of the weather.js file, but should be contained in the openweatherprovider weatherEndpoint: "/weather", appendLocationNameToHeader: true,