Skip to content

Commit 727726c

Browse files
:|
1 parent ac530ef commit 727726c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TransactionProcessor.BusinessLogic/Services/OperatorDomainService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public async Task<Result> CreateOperator(OperatorCommands.CreateOperatorCommand
3434
if (estateResult.IsFailed)
3535
return ResultHelpers.CreateFailure(estateResult);
3636

37-
Result<OperatorAggregate> operatorResult = await DomainServiceHelper.GetAggregateOrFailure(ct => this.AggregateService.GetLatest<OperatorAggregate>(command.RequestDto.OperatorId, ct), command.RequestDto.OperatorId, cancellationToken);
37+
Result<OperatorAggregate> operatorResult = await DomainServiceHelper.GetAggregateOrFailure(ct => this.AggregateService.GetLatest<OperatorAggregate>(command.RequestDto.OperatorId, ct), command.RequestDto.OperatorId, cancellationToken, false);
3838
if (estateResult.IsFailed)
3939
return ResultHelpers.CreateFailure(operatorResult);
4040

0 commit comments

Comments
 (0)