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
/storage/log/
/storage/uploads/
**/storage/**/*.jpg
!storage
storage/*
**/storage/**/*.jpg
!storage/uploads/

View File

@ -312,7 +312,6 @@ exports.DownloadPdReport = async (req, res) =>
}
}
});
} catch(err) {