un-stopped bot return status "stopped" instead of the error
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Managing.Application.ManageBot
|
||||
catch (Exception e)
|
||||
{
|
||||
_tradingBotLogger.LogError(e, "Error stopping bot {Identifier}", identifier);
|
||||
return BotStatus.Stopped;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user