This commit is contained in:
suseendhiran17 2022-06-07 11:14:23 +05:30
parent 5aabf54040
commit d9f82fc609
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,9 +2,9 @@
/node_modules /node_modules
/storage/log/ /storage/log/
/storage/uploads/ /storage/uploads/
**/storage/**/*.jpg
!storage !storage
storage/* storage/*
**/storage/**/*.jpg
!storage/uploads/ !storage/uploads/

View File

@ -314,7 +314,6 @@ exports.DownloadPdReport = async (req, res) =>
}); });
} catch(err) { } catch(err) {
res.send({'status':404,message: err.message || "Some error occurred while retrieving data." ,'data': "No data" }); res.send({'status':404,message: err.message || "Some error occurred while retrieving data." ,'data': "No data" });
} //end of try catch } //end of try catch