@bandwidth/messaging
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -310,3 +310,5 @@ /** | ||
let response = ''; | ||
response = _context.response.body; | ||
if (_context.response.body) { | ||
response = _context.response.body; | ||
} | ||
if (_error) { | ||
@@ -313,0 +315,0 @@ errorResponse = _baseController.validateResponse(_context); |
{ | ||
"name": "@bandwidth/messaging", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Bandwidth's HTTP Messaging platform", | ||
@@ -5,0 +5,0 @@ "main": "./lib/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
112561
2472