(postId, applicantId)
| 48 | } |
| 49 | |
| 50 | export function postsApplicantPath(postId, applicantId) { |
| 51 | return `${postsPostPath(postId)}/applicant/${encodePathSegment(applicantId)}`; |
| 52 | } |
| 53 | |
| 54 | export function profileApplicantPath(applicantId) { |
| 55 | return `/profile/${encodePathSegment(applicantId)}`; |
no test coverage detected