susee
This commit is contained in:
parent
4d2adf5968
commit
8279b33c4a
@ -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},
|
||||
|
||||
@ -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",
|
||||
|
||||
3
storage/uploads/.gitignore
vendored
Normal file
3
storage/uploads/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
*/
|
||||
!.gitignore
|
||||
Loading…
Reference in New Issue
Block a user