Oups! ><
This commit is contained in:
parent
7f3cc1a7e6
commit
fbf2a55cb1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue