mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-14 10:52:17 +03:00
Two regressions landed with the HouMinXi batch and were not caught by the consolidated validation, which ran typecheck, complexity, file-size, docs and the focused tests but not ESLint over the changed files: - tests/unit/combo-test-route.test.ts carried 11 `as any` casts on `response.json()` (#13001), 10 of them behind a suppressions entry. The bodies now have real types matching this suite's existing convention, and the suppression entry is gone rather than re-counted. - open-sse/handlers/chatCore.ts imported `hasPerModelQuota` that nothing uses any more after #13069 moved the classification into its own helper. ESLint exits 0 on both files, combo-test-route is 10/10, and the five chatCore-adjacent suites are 29/29.