Skip to content

Commit

Permalink
huobipro/cny quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 31, 2017
1 parent 4da13c9 commit 9812a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/huobipro.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ module.exports = class huobipro extends Exchange {
let timestamp = this.milliseconds ();
if ('ts' in ticker)
timestamp = ticker['ts'];
let bid = undefined;
let bid = undefined;
let ask = undefined;
if ('bid' in ticker)
bid = this.safeFloat (ticker['bid'], 0);
if ('ask' in ticker)
Expand Down

0 comments on commit 9812a22

Please sign in to comment.