lambda-test
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -113,3 +113,3 @@ 'use strict'; | ||
pathParameters: this._pathParameters, | ||
body: this._body ? JSON.stringify(this._body) : null, | ||
body: this._body, | ||
httpMethod: this._method() | ||
@@ -116,0 +116,0 @@ }; |
{ | ||
"name": "lambda-test", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
37779