Skip to content

Commit

Permalink
Update jira/table_jira_issue_comment.go
Browse files Browse the repository at this point in the history
Co-authored-by: Madhushree Ray <[email protected]>
  • Loading branch information
ParthaI and madhushreeray30 authored Nov 15, 2023
1 parent 869b5c9 commit 4100ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jira/table_jira_issue_comment.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func listIssueComments(ctx context.Context, d *plugin.QueryData, h *plugin.Hydra
return nil, err
}

// var v interface{}
comments := new(CommentResult)
_, err = client.Do(req, comments)
if err != nil {
Expand Down

0 comments on commit 4100ff3

Please sign in to comment.