Skip to content

Commit 0084a56

Browse files
authored
Update helpers.ts
1 parent 289f353 commit 0084a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/helpers.ts

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

93-
const discussionComments = discussion.comments.nodes || [];
93+
const discussionComments = discussion.comments.nodes:
9494

9595
const closestComment = getClosestDiscussionCommentOrReply(
9696
notification,

0 commit comments

Comments
 (0)