Skip to content

Commit 28729c8

Browse files
fix typo
1 parent dcc6da5 commit 28729c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/github/discussions.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ func GetRepositoryDiscussions(getGraphQLClient GetGraphQLClientFn, t translation
7676
}
7777

7878
// For pagination beyond the first page
79-
// TODO: Fix this to use actual cursor values
80-
// This is a placeholder for the cursor logic
81-
// In a real implementation, you should store and use actual cursor values
82-
if pagination.perPage > 0 && pagination.page > 1 {
79+
// TODO Fix
8380
if pagination.page > 1 {
8481
// We'd need an actual cursor here, but for simplicity we'll compute a rough offset
8582
// In real implementation, you should store and use actual cursor values

0 commit comments

Comments
 (0)