Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Nov 20, 2024
1 parent 90f5e1a commit f691769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/team.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ func (client *ApiClient) GetTeams(params map[string]string) ([]Team, error) {

var teams []Team

var res PaginatedTeamsResponse

for {
var res PaginatedTeamsResponse

if err := client.http.Get("/teams/organizations/"+organizationId, params, &res); err != nil {
return nil, err
}
Expand Down

0 comments on commit f691769

Please sign in to comment.