new-dblapi
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -124,3 +124,3 @@ const http = require('http') | ||
let req = await this.request(opts) | ||
return req.voted | ||
return await JSON.parse(req).voted | ||
} | ||
@@ -127,0 +127,0 @@ |
{ | ||
"name": "new-dblapi", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A new dbl api.", | ||
@@ -5,0 +5,0 @@ "main": "dblapi.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
11244