1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-04-02 21:55:33 +02:00

🐛 [Get comment]: Undefined variable issue

This commit is contained in:
Samyak Gaur 2021-10-20 15:34:48 +05:30
parent ba80508e24
commit ac85177c11

View File

@ -927,7 +927,7 @@ func (s *IssueService) GetComment(ctx context.Context, issueID string, commentID
return nil, resp, jerr
}
return issue, resp, nil
return comment, resp, nil
}
// AddCommentWithContext adds a new comment to issueID