Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update plugins/source/github/resources/services/organizations/alerts.go
Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
  • Loading branch information
candiduslynx and hermanschaaf authored Mar 31, 2023
commit 02a6eb461072f1bbf33a1644e0d66d812093922f
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func fetchAlerts(ctx context.Context, meta schema.ClientMeta, _ *schema.Resource
}
res <- alerts
opts.After = resp.After
if len(opts.After) == 0 {
if len(resp.After) == 0 {
break
}
}
Expand Down