Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit28729c8

Browse files
fix typo
1 parentdcc6da5 commit28729c8

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-
ifpagination.perPage>0&&pagination.page>1 {
79+
// TODO Fix
8380
ifpagination.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)

[8]ページ先頭

©2009-2025 Movatter.jp