refactor: remove LockedWalletAmount from DayaLoan processing logic
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 3m56s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 3m56s
This commit is contained in:
@@ -85,7 +85,6 @@ public class DayaLoanCheckWorker
|
||||
{
|
||||
UserId = user.Id,
|
||||
ContractNumber = result.ContractNumber,
|
||||
LockedWalletAmount = 0, // TODO: not needed for now
|
||||
};
|
||||
|
||||
var processResult = await _mediator.Send(processCommand);
|
||||
|
||||
Reference in New Issue
Block a user