mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-30 08:40:46 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
@@ -155,7 +155,7 @@ export class CandidateEntity extends AggregateRoot<CandidateProps> {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
return (this.props.steps as Step[])[passengerStartStepIndex].duration;
|
return this.props.steps![passengerStartStepIndex].duration;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user