Skip to content

Commit

Permalink
PMM-13078 fix a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Jul 18, 2024
1 parent 2837e0f commit d3eb17e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions managed/services/management/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func (s *ManagementService) validateListAgentRequest(req *managementv1.ListAgent
return nil
}

// ListAgentVersions returns a list of agents with their update recommendations (updte severity).
func (s *ManagementService) ListAgentVersions(ctx context.Context, _ *managementv1.ListAgentVersionsRequest) (*managementv1.ListAgentVersionsResponse, error) {
var versions []*managementv1.AgentVersions

Expand Down

0 comments on commit d3eb17e

Please sign in to comment.