Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ccxt/ccxt into fast-build
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Dec 16, 2022
2 parents 499a87f + a2e5752 commit d06adcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/bybit.js
Expand Up @@ -1927,7 +1927,7 @@ module.exports = class bybit extends Exchange {
// ]
//
return [
this.safeNumber (ohlcv, 0),
this.safeInteger (ohlcv, 0),
this.safeNumber (ohlcv, 1),
this.safeNumber (ohlcv, 2),
this.safeNumber (ohlcv, 3),
Expand Down
1 change: 1 addition & 0 deletions keys.json
Expand Up @@ -10,6 +10,7 @@
"bitfinex": { "skipWs": true },
"cdax": { "skipWs": true },
"currencycom": { "skip": true, "skipWs": true },
"cryptocom": { "skipWs": true },
"dsx": { "skipWs": true },
"ftx": { "skip": true, "skipWs": true },
"ftxus": { "skip": true, "skipWs": true },
Expand Down

0 comments on commit d06adcf

Please sign in to comment.