mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-02 22:57:25 +02:00
🐛 [Get comment]: Paramter mismatch.
This commit is contained in:
parent
c8be33c431
commit
6392c468f7
2
issue.go
2
issue.go
@ -915,7 +915,7 @@ func (s *IssueService) GetComment(ctx context.Context, issueID string, commentID
|
|||||||
if options != nil {
|
if options != nil {
|
||||||
q, err := query.Values(options)
|
q, err := query.Values(options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil
|
return nil, nil, nil
|
||||||
}
|
}
|
||||||
req.URL.RawQuery = q.Encode()
|
req.URL.RawQuery = q.Encode()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user