Skip to content

Commit 2ac133c

Browse files
authored
25 -> 50
1 parent 8568614 commit 2ac133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def _get_category_id(
262262
query = """
263263
query ($org_name: String!, $repository: String!) {
264264
repository(owner: $org_name, name: $repository) {
265-
discussionCategories(first: 25) {
265+
discussionCategories(first: 50) {
266266
nodes {
267267
id
268268
name

0 commit comments

Comments
 (0)