fixed typo in beneficiary.service

This commit is contained in:
2025-08-11 00:04:36 +05:30
parent d6a750092c
commit 4ff437319e

View File

@@ -53,10 +53,10 @@ async function getAllBeneficiaries(customerNo) {
accountNo: row['account_no'],
name: row['name'],
accountType: row['account_type'],
ifscCdoe: row['ifsc_code'],
ifscCode: row['ifsc_code'],
bankName: row['bank_name'],
branchName: row['branch_name'],
}
};
});
return list;