Skip to content

Commit f60b3a6

Browse files
committed
Merge branch 'main' into refactor/fetch-issue-graphql
Signed-off-by: Adam Setch <[email protected]>
1 parent 32eb1e0 commit f60b3a6

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/utils/notifications/handlers

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/handlers/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class DefaultHandler implements NotificationTypeHandler {
5050
}
5151

5252
defaultUrl(notification: Notification): Link {
53-
return notification.repository.html_url as Link;
53+
return notification.repository.html_url;
5454
}
5555
}
5656

0 commit comments

Comments
 (0)