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