Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ccxt-dev/ccxt
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 21, 2018
2 parents 369eafb + 0d6e739 commit 254c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gdax.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ module.exports = class gdax extends Exchange {
}

async fetchTime () {
let response = this.publicGetTime ();
let response = await this.publicGetTime ();
return this.parse8601 (response['iso']);
}

Expand Down

0 comments on commit 254c5af

Please sign in to comment.