(notification: GitifyNotification)
| 63 | } |
| 64 | |
| 65 | export async function openNotification(notification: GitifyNotification) { |
| 66 | const url = await generateGitHubWebUrl(notification); |
| 67 | openExternalLink(url); |
| 68 | } |
| 69 | |
| 70 | export function openGitHubParticipatingDocs() { |
| 71 | openExternalLink(Constants.GITHUB_DOCS.PARTICIPATING_URL); |
no test coverage detected