mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-08 22:16:34 +02:00
🐛 [Get comment]: Undefined variable issue
This commit is contained in:
2
issue.go
2
issue.go
@ -927,7 +927,7 @@ func (s *IssueService) GetComment(ctx context.Context, issueID string, commentID
|
|||||||
return nil, resp, jerr
|
return nil, resp, jerr
|
||||||
}
|
}
|
||||||
|
|
||||||
return issue, resp, nil
|
return comment, resp, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddCommentWithContext adds a new comment to issueID
|
// AddCommentWithContext adds a new comment to issueID
|
||||||
|
Reference in New Issue
Block a user