refactor: remove LockedWalletAmount from DayaLoan processing logic
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 3m56s

This commit is contained in:
masoodafar-web
2025-12-26 09:07:28 +03:30
parent 02e2f8111f
commit 9448f3fff0
3 changed files with 2 additions and 6 deletions
@@ -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);