Skip to content

Commit

Permalink
Fix github_team_repository table to include support for dynamic que…
Browse files Browse the repository at this point in the history
…ries (#339)
  • Loading branch information
graza-io authored Sep 21, 2023
1 parent f3759ba commit b8d0492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/table_github_team_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func tableGitHubTeamRepositoryList(ctx context.Context, d *plugin.QueryData, h *
"pageSize": githubv4.Int(pageSize),
"cursor": (*githubv4.String)(nil),
}
appendRepoColumnIncludes(&variables, d.QueryContext.Columns)

client := connectV4(ctx, d)
for {
Expand Down

0 comments on commit b8d0492

Please sign in to comment.