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