From 0a2b851299018295f04e4ca66352b7c1370262c7 Mon Sep 17 00:00:00 2001 From: sriramv Date: Fri, 20 Oct 2023 14:56:21 +0530 Subject: [PATCH] non-indidual:GWM --- app/controllers/loan.details.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {