Skip to content

Commit

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

0 comments on commit d6efa0c

Please sign in to comment.