We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eb1e0 commit f60b3a6Copy full SHA for f60b3a6
1 file changed
src/renderer/utils/notifications/handlers/default.ts
@@ -50,7 +50,7 @@ export class DefaultHandler implements NotificationTypeHandler {
50
}
51
52
defaultUrl(notification: Notification): Link {
53
- return notification.repository.html_url as Link;
+ return notification.repository.html_url;
54
55
56
0 commit comments