| 2 | import { UnauthorizedError } from "../errors" |
| 3 | |
| 4 | export class Authorization extends HttpApiMiddleware.Service<Authorization>()("@opencode/HttpApiAuthorization", { |
| 5 | error: UnauthorizedError, |
| 6 | }) {} |
nothing calls this directly
no outgoing calls
no test coverage detected