(organization: OrgForPath)
| 150 | } |
| 151 | |
| 152 | export function selectPlanPath(organization: OrgForPath) { |
| 153 | return `${organizationPath(organization)}/select-plan`; |
| 154 | } |
| 155 | |
| 156 | export function organizationTeamPath(organization: OrgForPath) { |
| 157 | return `${organizationPath(organization)}/team`; |
nothing calls this directly
no test coverage detected
searching dependent graphs…