Skip to content

Commit

Permalink
fetch all github issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Intizar-T committed Aug 27, 2024
1 parent cb690d1 commit c5ca6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/logscribe/logprocessor/logprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func hashLog(log LogInsertModel) string {

func (p *LogProcessor) fetchCurrentIssues(ctx context.Context) ([]string, error) {
opts := &github.IssueListByRepoOptions{
State: "open",
State: "all",
ListOptions: github.ListOptions{
PerPage: 30, // max limit
},
Expand Down

0 comments on commit c5ca6e2

Please sign in to comment.