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
|
item
|
||||||
.update({
|
.update({
|
||||||
name: item.name || null,
|
name: item.name || null,
|
||||||
stationId: station.id,
|
stationId: station.stationId,
|
||||||
location: station.location,
|
location: station.location,
|
||||||
prices: station.prices,
|
prices: station.prices,
|
||||||
services: station.services,
|
services: station.services,
|
||||||
|
|
Loading…
Reference in a new issue