mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-08 23:26:20 +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 {
|
||||
q, err := query.Values(options)
|
||||
if err != nil {
|
||||
return nil, nil
|
||||
return nil, nil, nil
|
||||
}
|
||||
req.URL.RawQuery = q.Encode()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user