()
| 72 | // exactly what the unified app handler already does. |
| 73 | let runtime: ManagedRuntime.ManagedRuntime<WorkOSClient, unknown> | undefined; |
| 74 | const getRuntime = () => (runtime ??= ManagedRuntime.make(WorkOSClient.Default)); |
| 75 | |
| 76 | type VerifiedSession = { |
| 77 | readonly userId: string; |
no outgoing calls
no test coverage detected