From c7300dd6178e03cd700252a6013e1d31caf47898 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 28 Apr 2020 15:35:43 +0200 Subject: [PATCH] Fix log --- main.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.mjs b/main.mjs index af14831..360fdd0 100644 --- a/main.mjs +++ b/main.mjs @@ -186,7 +186,7 @@ function createGeoJSON () { "country": res.components.country, "timezone": res.annotations.timezone } - console.debug('Created GeoJSON object:', data.currentCity.geojson); + console.debug('Created GeoJSON object:', data.currentCity.geoJSON); } async function fetchMapImage () {