Skip to content

Commit

Permalink
add missing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Mar 7, 2023
1 parent 67998a5 commit f983b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bithumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ module.exports = class bithumb extends Exchange {
result[symbol] = this.parseTicker (ticker, market);
}
}
return result;
return this.filterByArray (result, 'symbol', symbols);
}

async fetchTicker (symbol, params = {}) {
Expand Down

0 comments on commit f983b66

Please sign in to comment.