node-papergame-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -98,3 +98,3 @@ const request = require('request-promise'); | ||
if(txs.success){ | ||
if(response['success']){ | ||
var txs = response['tx_list']; | ||
@@ -101,0 +101,0 @@ cb(false,txs); |
{ | ||
"name": "node-papergame-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Papergame api wrapper", | ||
@@ -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
4574