Skip to content

Commit

Permalink
okex linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Nov 10, 2020
1 parent ea9537b commit 238153e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/okex.js
Original file line number Diff line number Diff line change
Expand Up @@ -2933,7 +2933,6 @@ module.exports = class okex extends Exchange {
// 'after': '1', // pagination of data to return records earlier than the requested ledger_id
// 'before': '1', // P=pagination of data to return records newer than the requested ledger_id
// 'limit': limit, // optional, number of results per request, default = maximum = 100

};
let type = undefined;
if (symbol === undefined) {
Expand Down

0 comments on commit 238153e

Please sign in to comment.