Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
53df6183bd
commit
bd6fc1576b
|
@ -155,7 +155,7 @@ export class CandidateEntity extends AggregateRoot<CandidateProps> {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
return (this.props.steps as Step[])[passengerStartStepIndex].duration;
|
return this.props.steps![passengerStartStepIndex].duration;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue