mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 08:40:46 +00:00
fix wrong carpool crew for a driver query
This commit is contained in:
@@ -33,7 +33,7 @@ export class PassengerOrientedCarpoolPathCompleter extends Completer {
|
|||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
candidate.getProps().role == Role.PASSENGER
|
candidate.getProps().role == Role.PASSENGER
|
||||||
? candidate.getProps().driverWaypoints.map(
|
? candidate.getProps().passengerWaypoints.map(
|
||||||
(waypoint: PointProps) =>
|
(waypoint: PointProps) =>
|
||||||
new Point({
|
new Point({
|
||||||
lon: waypoint.lon,
|
lon: waypoint.lon,
|
||||||
|
|||||||
Reference in New Issue
Block a user