@bloks/api
Advanced tools
Comparing version 3.5.2 to 3.5.3
{ | ||
"name": "@bloks/api", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "eb4393759c5b81ffdc8ce18c287bc0e7c66ad273" | ||
"gitHead": "d06bab76312b8b19272da57123d2b99d8caac8bd" | ||
} |
@@ -1245,3 +1245,3 @@ import axios from 'axios' | ||
getPriceChart () { | ||
if (this.feathers && !['eosfinex-paper', 'eosfinex'].includes(constants.CHAIN)) { | ||
if (this.feathers) { | ||
return this.feathers.restApp.service('pricechart').get({}) | ||
@@ -1248,0 +1248,0 @@ |
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
93912