Merge pull request #63 from Permissionless-Software-Foundation/ct-unstable

fix(price): Fixing bug in new price endpoint
This commit is contained in:
Chris Troutner
2020-11-17 14:29:22 -08:00
committed by GitHub
+1 -1
View File
@@ -133,7 +133,7 @@ class Price {
// Request options
const opt = {
method: 'get',
baseURL: this.coinexPriceUrl,
baseURL: _this.coinexPriceUrl,
timeout: 15000
}