()
| 848 | } |
| 849 | |
| 850 | export function isTriggerAvailable(): boolean { |
| 851 | return Boolean(env.TRIGGER_SECRET_KEY) && isTriggerDevEnabled |
| 852 | } |
| 853 | |
| 854 | export async function createDocumentRecords( |
| 855 | documents: Array<{ |
no outgoing calls
no test coverage detected