Skip to content

Commit bef371e

Browse files
committed
remove comment
Signed-off-by: Adam Setch <[email protected]>
1 parent a866f88 commit bef371e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/utils/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ async function getDiscussionUrl(notification: Notification): Promise<Link> {
9090
if (discussion) {
9191
url.href = discussion.url;
9292

93-
// Discussion comments come directly from the query result
9493
const discussionComments = discussion.comments.nodes || [];
9594

9695
const closestComment = getClosestDiscussionCommentOrReply(

0 commit comments

Comments
 (0)