Skip to content

Commit

Permalink
minor edit #330
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 18, 2017
1 parent 7ef07ea commit 18d22d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ccxt.js
Original file line number Diff line number Diff line change
Expand Up @@ -16725,8 +16725,7 @@ var kuna = extend (acx, {
},

parseOrder (order, market = undefined) {
let dateString = order['created_at'];
let timestamp = this.parse8601 (dateString);
let timestamp = this.parse8601 (order['created_at']);
return {
'id': order['id'],
'timestamp': timestamp,
Expand Down

0 comments on commit 18d22d2

Please sign in to comment.