@replicode/parallax
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -94,2 +94,3 @@ "use strict"; | ||
let data = response.data; | ||
console.dir(data); | ||
return data; | ||
@@ -99,2 +100,3 @@ } | ||
this.logger.log(e); | ||
console.dir(e); | ||
return null; | ||
@@ -101,0 +103,0 @@ } |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -116,5 +116,7 @@ import { Injectable, Logger } from '@nestjs/common'; | ||
let data:Parallax.TxnERC721[] = response.data as Parallax.TxnERC721[]; | ||
console.dir(data); | ||
return data; | ||
} catch (e) { | ||
this.logger.log(e); | ||
console.dir(e); | ||
return null; | ||
@@ -121,0 +123,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53612
1211