@felloh-org/lambda-wrapper 1.11.51 → 1.11.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/service/request.js +1 -0
- package/package.json +1 -1
package/dist/service/request.js
CHANGED
|
@@ -259,6 +259,7 @@ class Request extends _dependencyAware.default {
|
|
|
259
259
|
if (typeof validation === 'undefined') {
|
|
260
260
|
resolve();
|
|
261
261
|
} else {
|
|
262
|
+
console.log(this.getAll(), validation);
|
|
262
263
|
Logger.label('request-validation-failed');
|
|
263
264
|
const validationErrorResponse = new _response.default({}, 422);
|
|
264
265
|
Object.keys(validation).forEach(validationKey => {
|