(id: string)
| 29 | } |
| 30 | |
| 31 | export function getFeatureRelatedIssuesUrl(id: string): URL { |
| 32 | const conversationsUrl = new URL('https://github.com/refined-github/refined-github/issues'); |
| 33 | conversationsUrl.searchParams.set('q', getFeatureRelatedIssuesQuery(id)); |
| 34 | return conversationsUrl; |
| 35 | } |
no test coverage detected