pdfactory-core
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"author": "pdfactory-core", | ||
"name": "pdfactory-core", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -74,7 +74,7 @@ # pdfactory-core | ||
try { | ||
pdf = await pdfactoryHandler(req.body); | ||
try { | ||
pdf = await pdfactoryHandler(req.body) | ||
} catch (e) { | ||
console.log(e) | ||
res.sendStatus(400); | ||
res.status(400).send(e) | ||
return | ||
} | ||
@@ -81,0 +81,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6794