Skip to content

Commit 2bc6543

Browse files
committed
remove owned param
1 parent cb55fa4 commit 2bc6543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/connector/client/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ func (c *GitlabClient) ListGroups(ctx context.Context, nextPageToken string) ([]
150150

151151
apiURL, _ := url.Parse("/api/v4/groups")
152152
query := apiURL.Query()
153-
query.Set("owned", "true")
154153
apiURL.RawQuery = query.Encode()
155154
WithOffsetPagination(apiURL, nextPageToken)
156155
headers, rateLimitDesc, err := c.doRequest(ctx, http.MethodGet, apiURL.String(), &groups, nil)

0 commit comments

Comments
 (0)