mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 06:22:40 +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