Skip to content

Commit

Permalink
Bring back missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Jun 3, 2018
1 parent 9476238 commit 9983a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gateio.js
Expand Up @@ -485,7 +485,7 @@ module.exports = class gateio extends Exchange {
'currency': currency.toLowerCase (),
'amount': amount,
'address': address, // Address must exist in you AddressBook in security settings
}, params))
}, params));
return {
'info': response,
'id': undefined,
Expand Down

0 comments on commit 9983a99

Please sign in to comment.