fix: remove dead roster fields from CSV in v1_cards_get_one (#37) #39

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

1 Commits

Author SHA1 Message Date
Cal Corum
20cfcff9f9 fix: remove dead roster fields from CSV in v1_cards_get_one (#37)
All checks were successful
Build Docker Image / build (pull_request) Successful in 3m13s
Accessing this_card.roster1.name etc. raises AttributeError at runtime
since the Card model has no roster fields. Removed roster1/2/3 from
both the CSV header and data row.

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