@replicode/parallax
Advanced tools
Comparing version 1.2.15 to 1.2.16
@@ -107,2 +107,5 @@ "use strict"; | ||
} | ||
if (response.data == '') { | ||
return []; | ||
} | ||
let data = response.data; | ||
@@ -109,0 +112,0 @@ return data; |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.2.15", | ||
"version": "1.2.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -132,2 +132,6 @@ import { Injectable, Logger } from '@nestjs/common'; | ||
if (response.data == '') { | ||
return []; | ||
} | ||
let data:Parallax.TxnERC721[] = response.data as Parallax.TxnERC721[]; | ||
@@ -134,0 +138,0 @@ return data; |
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
58280
1307