Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarleviCm committed Aug 15, 2024
1 parent 7f1f26b commit bdebd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func FindProject(
params["names"] = projectName
resp, _, err := projectsWrapper.Get(params)
if err != nil {
if err != nil || resp == nil {
return "", err
}

Expand Down

0 comments on commit bdebd3f

Please sign in to comment.