Skip to content

Commit

Permalink
PLT-1470: Added support for get team with name.
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM committed Nov 5, 2024
1 parent a0b84ba commit 0b08459
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ func (h *V1Client) GetTeamWithName(teamName string) (*models.V1Team, error) {
} else {
return nil, errors.New("Team not found for name: " + teamName)
}

return nil, nil
}

// DeleteTeam deletes an existing team by UID.
Expand Down

0 comments on commit 0b08459

Please sign in to comment.