Skip to content

Commit

Permalink
thisyahlen/hotfix: wrong restriction message for austria (binary-com#…
Browse files Browse the repository at this point in the history
…8006)

* hotfix: wrong restriction message for austria

* fix: Empty-Commit
  • Loading branch information
thisyahlen-deriv committed Mar 23, 2023
1 parent 63e8bb5 commit 56baec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/Services/socket-general.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ const BinarySocketGeneral = (() => {
WS.subscribeBalanceActiveAccount(ResponseHandlers.balanceActiveAccount, client_store.loginid);
};

const authorizeAccount = response => {
const authorizeAccount = async response => {
client_store.responseAuthorize(response);
subscribeBalances();
WS.storage.getSettings();
client_store.setAccountSettings((await WS.storage.getSettings()).get_settings);
WS.getAccountStatus();
WS.storage.payoutCurrencies();
if (!client_store.is_virtual) {
Expand Down

0 comments on commit 56baec7

Please sign in to comment.