From 6392c468f7cec00d24289906f7ed268cda1bf279 Mon Sep 17 00:00:00 2001 From: Samyak Gaur Date: Wed, 20 Oct 2021 15:25:14 +0530 Subject: [PATCH] :bug: [Get comment]: Paramter mismatch. --- issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue.go b/issue.go index 8368670..34bdd48 100644 --- a/issue.go +++ b/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() }