()
| 35 | * `HEYGEN_API_URL` (matches `auth/client.ts:apiBaseUrl`). |
| 36 | */ |
| 37 | export function resolveCloudBaseUrl(): string { |
| 38 | return apiBaseUrl(); |
| 39 | } |
| 40 | |
| 41 | // fallow-ignore-next-line complexity |
| 42 | async function refreshIfNeeded(credential: ResolvedCredential): Promise<ResolvedCredential> { |
no test coverage detected