Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit a772dff

Browse files
author
Aaron
authored
Merge pull request #2794 from nijil-binary/client-unwelcome
Nijil/ClientUnwelcome added to unrecoverable errors
2 parents 311ccb2 + 3e87411 commit a772dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/botPage/bot/Interpreter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const unrecoverableErrors = [
2727
'FinancialAssessmentRequired',
2828
'AuthorizationRequired',
2929
'InvalidToken',
30+
'ClientUnwelcome',
3031
];
3132
const botInitialized = bot => bot && bot.tradeEngine.options;
3233
const botStarted = bot => botInitialized(bot) && bot.tradeEngine.tradeOptions;

0 commit comments

Comments
 (0)