From 5d6fa2c909d25d2445844819bd550165dbe776f7 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 27 Jun 2022 14:40:39 +0200 Subject: [PATCH] Debug --- importGasStations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importGasStations.js b/importGasStations.js index 60abf7a..3f1e752 100644 --- a/importGasStations.js +++ b/importGasStations.js @@ -140,7 +140,7 @@ const getStationName = (start, callback) => { callback(err); } else { const html = htmlparser(body); - const name = html? + const name = html .querySelector("strong")? .toString()? .replace(/[<>/]/g, "")?