We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c243 commit c6b1e99Copy full SHA for c6b1e99
src/botPage/bot/Interface/MiscInterface.js
@@ -29,7 +29,7 @@ export default Interface =>
29
notifyTelegram: this.notifyTelegram,
30
getTotalRuns : () => this.tradeEngine.getTotalRuns(),
31
getBalance : type => this.tradeEngine.getBalance(type),
32
- getTotalProfit: (...args) =>
+ getTotalProfit: (toString) =>
33
this.tradeEngine.getTotalProfit(...args, this.tradeEngine.tradeOptions.currency),
34
};
35
}
0 commit comments