Update status to match UI
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Managing.Application.ManageBot
|
||||
throw new Exception($"Failed to start bot: {ex.Message}, {ex.StackTrace}");
|
||||
}
|
||||
|
||||
return request.CreateOnly ? BotStatus.None : BotStatus.Up;
|
||||
return request.CreateOnly ? BotStatus.Saved : BotStatus.Running;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user