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, "")?