fix: remove dead roster fields from CSV in v1_cards_get_one (#35) #36

Closed
cal wants to merge 1 commits from ai/paper-dynasty-database#35 into main

1 Commits

Author SHA1 Message Date
Cal Corum
50779d7027 fix: remove dead roster fields from CSV in v1_cards_get_one (#35)
All checks were successful
Build Docker Image / build (pull_request) Successful in 3m11s
Removed non-existent roster1, roster2, roster3 columns from both the
CSV header row and data row in the v1_cards_get_one endpoint. Accessing
these fields would raise AttributeError at runtime for any request with
?csv=true.

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