This commit is contained in:
dbroqua 2020-03-07 21:06:44 +01:00
parent 7f3cc1a7e6
commit fbf2a55cb1

View File

@ -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,