We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2844616 + 573a80c commit e8b0e14Copy full SHA for e8b0e14
lib/src/common/pulls_service.dart
@@ -31,7 +31,7 @@ class PullRequestsService extends Service {
31
32
return PaginationHelper(github).objects(
33
'GET',
34
- '/repos/${slug.fullName}/pulls?state=$state',
+ '/repos/${slug.fullName}/pulls',
35
(dynamic i) => PullRequest.fromJson(i),
36
pages: pages,
37
params: params);
0 commit comments