diff --git a/src/botPage/common/symbolApi/index.js b/src/botPage/common/symbolApi/index.js index 6ed3269760..67923f146e 100644 --- a/src/botPage/common/symbolApi/index.js +++ b/src/botPage/common/symbolApi/index.js @@ -58,7 +58,7 @@ export default class _Symbol { if (tokenList.length) { this.api .authorize(tokenList[0].token) - .then(getActiveSymbolsLogic()) + .then(() => getActiveSymbolsLogic()) .catch(() => { removeAllTokens(); getActiveSymbolsLogic();