Skip to content

Commit f60b3a6

Browse files
committed
Merge branch 'main' into refactor/fetch-issue-graphql
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 32eb1e0 commit f60b3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/renderer/utils/notifications/handlers

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)