Skip to content

Commit 548d4d7

Browse files
Update pkg/github/discussions.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 752499b commit 548d4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/github/discussions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func GetDiscussionComments(getGQLClient GetGQLClientFn, t translations.Translati
322322

323323
// Use default of 100 if pagination was not explicitly provided
324324
if !paginationExplicit {
325-
defaultFirst := int32(100)
325+
defaultFirst := int32(DefaultGraphQLPageSize)
326326
paginationParams.First = &defaultFirst
327327
}
328328

0 commit comments

Comments
 (0)