| 162 | * for anything that slipped through. |
| 163 | */ |
| 164 | export class ObservabilityMiddleware extends HttpApiMiddleware.Service<ObservabilityMiddleware>()( |
| 165 | "@executor-js/api/ObservabilityMiddleware", |
| 166 | { error: InternalError }, |
| 167 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected