Skip to content

Commit

Permalink
Merge pull request #18 from nixys/master
Browse files Browse the repository at this point in the history
issues: use correct url with limit and offset values
  • Loading branch information
borisershov authored Sep 13, 2024
2 parents afceae6 + 6ed722a commit ee8f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (r *Context) IssuesAllGet(request IssueAllGetRequest) (IssueResult, StatusC
&i,
url.URL{
Path: "/issues.json",
RawQuery: request.url().Encode(),
RawQuery: up.Encode(),
},
http.StatusOK,
)
Expand Down

0 comments on commit ee8f21c

Please sign in to comment.