Skip to content

Commit

Permalink
missing semicolon for php
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 24, 2017
1 parent 8df74ba commit 91e2aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bitmex.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ module.exports = class bitmex extends Exchange {
}

nonce () {
return this.milliseconds ()
return this.milliseconds ();
}

sign (path, api = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
Expand Down

0 comments on commit 91e2aa5

Please sign in to comment.