Skip to content

Commit

Permalink
Merge pull request #3120 from hollaex/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
abeikverdi authored Dec 6, 2024
2 parents 230083a + b038883 commit 4ee87ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/utils/hollaex-tools-lib/tools/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ const executeTrades = async (tradeInfo, sourceUser, opts) => {

successfulTrades.push(res);
} catch (error) {
throw new Error(`Error occured during trade executions. Error: ${error.message} Failed trade ${trade.symbol}, successful trades: ${successfulTrades.map(trade => trade.symbol).join(', ')}`);
throw new Error(`There has been a failure processing your request please try again`);
}
}

Expand Down
4 changes: 1 addition & 3 deletions web/src/containers/Admin/General/General.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,16 +516,14 @@ class GeneralContent extends Component {
features,
balance_history_config = null,
referral_history_config = null,
chain_trade_config = null,
selectable_native_currencies = null
chain_trade_config = null
) => {
this.handleSubmitGeneral({
kit: {
features,
balance_history_config,
referral_history_config,
chain_trade_config,
selectable_native_currencies,
},
});
};
Expand Down

0 comments on commit 4ee87ce

Please sign in to comment.