diff --git a/app/controllers/creditpd.controller.js b/app/controllers/creditpd.controller.js index 957e2a8..f47e14a 100644 --- a/app/controllers/creditpd.controller.js +++ b/app/controllers/creditpd.controller.js @@ -283,7 +283,6 @@ exports.GetCreditPdData = async (req, res) => { applicantDetails = await Credit_PdHelper.MainApplicantDetails(req.query.losid); MainApplicantDetails = JSON.parse(applicantDetails); - if(MainApplicantDetails.status == 200) { var resData = await CreditGeneralInformation.findAll({ where : { name : MainApplicantDetails.data.name,is_active : 1}, diff --git a/package.json b/package.json index 140d8b9..ffa0827 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "dependencies": { "body-parser": "^1.19.0", "cors": "^2.8.5", - "csv-parse": "^5.0.4", "date-and-time": "^2.3.1", "dateformat": "^5.0.3", "dotenv": "^10.0.0", diff --git a/storage/uploads/.gitignore b/storage/uploads/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/storage/uploads/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file