diff --git a/importGasStations.js b/importGasStations.js index 73943d7..c093492 100644 --- a/importGasStations.js +++ b/importGasStations.js @@ -87,7 +87,7 @@ const createOrUpdateGasStation = (station, callback) => { item .update({ name: item.name || null, - stationId: station.id, + stationId: station.stationId, location: station.location, prices: station.prices, services: station.services,