Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 11, 2024
1 parent dabb602 commit 778a7a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solara/lib/solara_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ def onboard(brand_key, brand_name, init: false, clone_brand_key: nil, open_dashb
message = success_message || "Onboarded #{brand_key} successfully#{clone_message}"
Solara.logger.success(message)

if open_dashboard
Solara.logger.success("Openning the dashboard for #{brand_key} to complete its details.")
dashboard(brand_key)
end
end

def offboard(brand_key, confirm: true)
Expand Down

0 comments on commit 778a7a5

Please sign in to comment.