diff --git a/importGasStations.js b/importGasStations.js index 4989e3a..3f1534f 100644 --- a/importGasStations.js +++ b/importGasStations.js @@ -145,8 +145,8 @@ const getStationName = (start, callback) => { if ( name ) { name = name - .toString()? - .replace(/[<>/]/g, "")? + .toString() + .replace(/[<>/]/g, "") .replace(/strong/g, "") || null; }