fix(price): Fixing bug in new price endpoint

This commit is contained in:
Chris Troutner
2020-11-17 14:27:42 -08:00
parent 9a8cd4b664
commit 34ed5ddc4c
+1 -1
View File
@@ -133,7 +133,7 @@ class Price {
// Request options
const opt = {
method: 'get',
baseURL: this.coinexPriceUrl,
baseURL: _this.coinexPriceUrl,
timeout: 15000
}