From fbf2a55cb1b2554879c4767fa3fc8f4520f41d7c Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 7 Mar 2020 21:06:44 +0100 Subject: [PATCH] Oups! >< --- importGasStations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,