dynamodb-recs
Advanced tools
Comparing version 1.0.36 to 1.0.37
@@ -41,8 +41,8 @@ const _ = require('lodash'); | ||
}, err => { | ||
const beautyError = error(err, event, config.production ? 0 : 5); | ||
if (!apiGateway) { | ||
return callback(beautyError, null); | ||
return callback(err, null); | ||
} | ||
const beautyError = error(err, event, config.production ? 0 : 5); | ||
console.log(JSON.stringify(beautyError, null, 2)); | ||
@@ -49,0 +49,0 @@ callback(null, toResponse(beautyError, 500)); |
{ | ||
"name": "dynamodb-recs", | ||
"version": "1.0.36", | ||
"version": "1.0.37", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
87096