mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 07:12:12 +03:00
The v3.8.14 merge introduced `executeWithUpstreamStartTimeout<any>(...)` in chatCore.ts, pushing the file's explicit-any count to 1 over its budget of 0 (check:any-budget:t11, a blocking CI lint-job gate). The generic T is already inferable from the `execute` callback's return type, so drop the explicit `<any>` and let inference do it — no behavior change, typecheck:core stays clean.