Skip to content

Commit 8602865

Browse files
committed
Fix unwanted limit deletion
1 parent ad59032 commit 8602865

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

good_first_issues/graphql/services.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def identify_mode(
180180
# if CLI gets not flag, defaults to looking into org repos.
181181
query = core_query
182182
variables["searchQuery"] = f"org:{name} {base_variable}"
183-
del variables["limit"]
184183
mode = "org"
185184

186185
return query, variables, mode

0 commit comments

Comments
 (0)