Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmisasi committed Jan 9, 2025
1 parent 9b5a3cb commit 392face
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/cloudtools/installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ func GetInstallationIDFromOwnerID(client *cloud.Client, serverURL, ownerID strin
if len(installations) == 0 {
return nil, nil
}
if len(installations) == 1 {
return installations[0], nil
}

// If there are more than 1 installations, return the first one that isn't deleted
// This allows support for creating new installations while old ones are sitting in deletion pending.
Expand Down

0 comments on commit 392face

Please sign in to comment.