fix: remove broken live_update_batting stub endpoint (#10) #54

Merged
cal merged 1 commits from ai/paper-dynasty-database#10 into next-release 2026-03-07 03:22:09 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
7b494faa99 fix: remove broken live_update_batting stub endpoint (#10)
The endpoint iterated over `files.vl_basic` (a string, not parsed CSV),
causing it to loop over individual characters. The body contained only
`pass` with TODO comments and no running stats logic. Removed the
endpoint entirely along with the dead commented-out csv helper code.
The `BattingFiles` model is retained as it is still used by
`live_update_pitching`.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 15:34:06 -06:00