(programId)
| 40 | } |
| 41 | |
| 42 | export function favoritesProgramPath(programId) { |
| 43 | return `/favorites/${encodePathSegment(programId)}`; |
| 44 | } |
| 45 | |
| 46 | export function postsPostPath(postId) { |
| 47 | return `/posts/${encodePathSegment(postId)}`; |
no test coverage detected