Skip to content

Commit bcb82c8

Browse files
committed
quick fix
1 parent 44f8f35 commit bcb82c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/discussions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func ListDiscussions(getGQLClient GetGQLClientFn, t translations.TranslationHelp
159159
}
160160

161161
if categoryID != nil {
162-
vars["categoryId"] = githubv4.ID(categoryID)
162+
vars["categoryId"] = *categoryID
163163
}
164164

165165
var discussions []*github.Discussion

0 commit comments

Comments
 (0)