(twitterId: string)
| 5 | } from '@fxembed/atmosphere/helpers'; |
| 6 | |
| 7 | export const getVideoTranscodeDomain = (twitterId: string) => |
| 8 | getVideoTranscodeDomainCore(twitterId, Constants.VIDEO_TRANSCODE_DOMAIN_LIST); |
| 9 | |
| 10 | export const getVideoTranscodeDomainBluesky = (blueskyDid: string) => |
| 11 | getVideoTranscodeDomainBlueskyCore(blueskyDid, Constants.VIDEO_TRANSCODE_BSKY_DOMAIN_LIST); |
no outgoing calls
no test coverage detected