Files
openchamber/packages/ui
Aaron Hogue bc443bba82 fix(ui): drop unused runtimeFetch import in gitApi
d353638f3 replaced both `runtimeFetch('/api/small-model/generate')` calls
with `requestSmallModel` but left the original import in place, so
`@typescript-eslint/no-unused-vars` fails `bun run --filter '*' lint` on
main:

  packages/ui/src/lib/gitApi.ts
    5:10  error  'runtimeFetch' is defined but never used

This blocks CI for every open PR, since pull_request runs lint against the
merge with main.
2026-08-14 19:41:49 -04:00
..
2026-08-14 17:48:03 +03:00