@ebenos/viber-adapter
Advanced tools
Comparing version 4.0.0-alpha.16 to 4.0.0-alpha.17
@@ -26,3 +26,6 @@ "use strict"; | ||
}); | ||
const response = yield res.json(); | ||
const response = (yield res.json()); | ||
if (response.status !== 0) { | ||
console.log(response); | ||
} | ||
return response; | ||
@@ -29,0 +32,0 @@ }); |
{ | ||
"name": "@ebenos/viber-adapter", | ||
"version": "4.0.0-alpha.16", | ||
"version": "4.0.0-alpha.17", | ||
"description": "Viber adapter for the Ebony framework.", | ||
@@ -47,3 +47,3 @@ "main": "./build/index.js", | ||
], | ||
"gitHead": "927da3582af82aeb906cb7e0add19ed0b7b1388c" | ||
"gitHead": "5a6094e0e4bc48b4dbd98316262408aec178f976" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30249
409