Skip to content

Commit

Permalink
Keep both pagination options
Browse files Browse the repository at this point in the history
  • Loading branch information
jporzucek authored Aug 8, 2023
1 parent 244c007 commit 3c2420f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/dependabot_alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ type ListAlertsOptions struct {
Direction *string `url:"direction,omitempty"`

ListOptions
ListCursorOptions
}

func (s *DependabotService) listAlerts(ctx context.Context, url string, opts *ListAlertsOptions) ([]*DependabotAlert, *Response, error) {
Expand Down

0 comments on commit 3c2420f

Please sign in to comment.