This commit is contained in:
2024-10-18 20:16:35 +05:00
parent ff341d9c2b
commit 173b3d1f59
2 changed files with 1 additions and 6 deletions

View File

@@ -31,11 +31,6 @@ async function fetchLoanHistory(containerID, passport_serie, passport_id) {
.then(response => response.json())
.then(result => {
console.log({result: result})
if (result.errCode != 0) {
Nova.error(result.message)
return;
}
let recipients = Array.from(result.recipient);