Skip to content

Commit 9181d18

Browse files
committed
rm dupe DefaultGraphQLPageSize
1 parent aacd455 commit 9181d18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/github/issues.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ import (
2121
"github.com/shurcooL/githubv4"
2222
)
2323

24-
const (
25-
// DefaultGraphQLPageSize is the default page size for GraphQL queries
26-
DefaultGraphQLPageSize = 30
27-
)
28-
2924
// CloseIssueInput represents the input for closing an issue via the GraphQL API.
3025
// Used to extend the functionality of the githubv4 library to support closing issues as duplicates.
3126
type CloseIssueInput struct {

0 commit comments

Comments
 (0)