We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a866f88 commit bef371eCopy full SHA for bef371e
src/renderer/utils/helpers.ts
@@ -90,7 +90,6 @@ async function getDiscussionUrl(notification: Notification): Promise<Link> {
90
if (discussion) {
91
url.href = discussion.url;
92
93
- // Discussion comments come directly from the query result
94
const discussionComments = discussion.comments.nodes || [];
95
96
const closestComment = getClosestDiscussionCommentOrReply(
0 commit comments