mirror of
https://gitlab.com/mobicoop/v3/service/ad.git
synced 2026-01-10 21:02:41 +00:00
fix(ad pause): fix code after merge of update ad
This commit is contained in:
@@ -75,6 +75,7 @@ export function createPropsFromCommand(
|
||||
seatsProposed: command.seatsProposed ?? 0,
|
||||
seatsRequested: command.seatsRequested ?? 0,
|
||||
strict: command.strict,
|
||||
pause: command.pause,
|
||||
waypoints: command.waypoints.map((waypoint: Waypoint) => ({
|
||||
position: waypoint.position,
|
||||
address: {
|
||||
|
||||
Reference in New Issue
Block a user