Skip to content

Commit

Permalink
unused endpoint has been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
burakvuraldatasance committed Feb 4, 2024
1 parent 01ba505 commit 040802b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions internal/get/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ func generateControllerOutput(namespace string) (table [][]string, err error) {
if err != nil {
return nil, err
}
endpoint, err := controlPlaneForUser.GetEndpoint()
if err != nil {
return nil, err
}


user := controlPlaneForUser.GetUser()

// Generate table and headers
Expand Down

0 comments on commit 040802b

Please sign in to comment.