Skip to content

Commit

Permalink
fix ohlcv timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Dec 16, 2022
1 parent 0c1debc commit e7f0d2e
Showing 1 changed file with 1 addition 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

0 comments on commit e7f0d2e

Please sign in to comment.