Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor authored Aug 15, 2019
1 parent 61cc37c commit 6558495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/braziliex.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ module.exports = class braziliex extends Exchange {
};
const response = await this.privatePostOrderStatus (this.extend (request, params));
return this.parseOrder (response, market);
}
}

async fetchOpenOrders (symbol = undefined, since = undefined, limit = undefined, params = {}) {
await this.loadMarkets ();
Expand Down

0 comments on commit 6558495

Please sign in to comment.