Skip to content

Commit d149a05

Browse files
Merge pull request #678 from TransactionProcessing/bug/#670_transactioncostinformationrecordedevent_failure
fix the next crime :|
2 parents d25e4be + e01c03f commit d149a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TransactionProcessor.BusinessLogic/Services/IFloatDomainService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private async Task<Result> ApplyFloatActivityUpdates(Func<FloatActivityAggregate
104104
if (floatActivityAggregateResult.IsFailed)
105105
return ResultHelpers.CreateFailure(floatActivityAggregateResult);
106106

107-
FloatActivityAggregate floatActivityAggregate = getFloatResult.Data;
107+
FloatActivityAggregate floatActivityAggregate = floatActivityAggregateResult.Data;
108108

109109
Result result = action(floatActivityAggregate);
110110
if (result.IsFailed)

0 commit comments

Comments
 (0)