Comparing version 1.0.8 to 1.0.9
@@ -149,11 +149,7 @@ var SoapService = require("./SoapService.js"); | ||
var self = this; | ||
if (typeof req.query !== "object") { | ||
if (typeof req.body !== "object") { | ||
return res.send(errs.ERR_INVALID_QUERY); | ||
} | ||
if (typeof req.query.data !== "object") { | ||
return res.send(errs.ERR_INVALID_QUERY_DATA); | ||
} | ||
var requestData = req.query.data; | ||
var requestData = req.body; | ||
if (typeof requestData.itemsId !== "object") { | ||
@@ -160,0 +156,0 @@ return res.send(errs.ERR_INVALID_ITEMS_ID); |
{ | ||
"name": "billon", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
13677
430