Skip to content

Commit e01c03f

Browse files
fix the next crime :|
1 parent 4c8839c commit e01c03f

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)