fix wrong carpool crew for a driver query

This commit is contained in:
Sylvain Briat 2024-02-08 14:48:49 +01:00 committed by sbriat
parent 085de292c6
commit 3be95fb58c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export class PassengerOrientedCarpoolPathCompleter extends Completer {
}),
),
candidate.getProps().role == Role.PASSENGER
? candidate.getProps().driverWaypoints.map(
? candidate.getProps().passengerWaypoints.map(
(waypoint: PointProps) =>
new Point({
lon: waypoint.lon,