Skip to content

Commit d5ac9e2

Browse files
committed
Don't add state query param twice
1 parent 40540ea commit d5ac9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/common/pulls_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PullRequestsService extends Service {
3232

3333
return PaginationHelper(github).objects(
3434
'GET',
35-
'/repos/${slug.fullName}/pulls?state=$state',
35+
'/repos/${slug.fullName}/pulls',
3636
(dynamic i) => PullRequest.fromJson(i),
3737
pages: pages,
3838
params: params);

0 commit comments

Comments
 (0)