( providerId: string, )
| 252 | } |
| 253 | |
| 254 | export function normalizeProviderSettingValue( |
| 255 | providerId: string, |
| 256 | ): string | undefined { |
| 257 | return providerId === 'firstParty' ? undefined : providerId |
| 258 | } |
| 259 | |
| 260 | export function getProviderConfigById( |
| 261 | providerId: string | undefined, |
no outgoing calls
no test coverage detected