diff --git a/app/controllers/loan.details.controller.js b/app/controllers/loan.details.controller.js index 9617f2a..d170479 100644 --- a/app/controllers/loan.details.controller.js +++ b/app/controllers/loan.details.controller.js @@ -79,7 +79,7 @@ exports.mainLandingPage = async (req, res) => entity_name : [value.firstName, value.middleName, value.lastName ].filter(Boolean).join(" "), entity_formation_date : moment(new Date(value.doi)).format("YYYY-MM-DD"), pan_no : value.panNo, - entity_type : value.kycType.trim() + entity_type : null } ResData.lstApplicantAddress.forEach(async(address_value,index) => {