Skip to content

Commit

Permalink
chore: remove panic
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 12, 2024
1 parent 1f4cbf0 commit 5b6cfbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cloudx/client/command_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ func NewCommandHelper(ctx context.Context, opts ...CommandHelperOption) (*Comman

config, err := h.getOrCreateConfig()
if err != nil {
panic(fmt.Sprintf("found kjey: %s %s", os.Getenv(ProjectAPIKey), err))
return nil, err
}

Expand Down

0 comments on commit 5b6cfbd

Please sign in to comment.