1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-22 03:10:10 +02:00

🐛 [Get comment API]: undefined variable name.

This commit is contained in:
Samyak Gaur 2021-10-20 15:37:49 +05:30
parent ba80508e24
commit 544489f632

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