(repository: GitifyRepository)
| 59 | } |
| 60 | |
| 61 | export function openRepository(repository: GitifyRepository) { |
| 62 | openExternalLink(repository.htmlUrl); |
| 63 | } |
| 64 | |
| 65 | export async function openNotification(notification: GitifyNotification) { |
| 66 | const url = await generateGitHubWebUrl(notification); |
no test coverage detected