fix: raise HTTPException in recalculate_standings on failure (#23) #40

Closed
cal wants to merge 1 commits from ai/major-domo-database-23 into main

1 Commits

Author SHA1 Message Date
Cal Corum
a8e1aecb40 fix: raise HTTPException in recalculate_standings on failure (#23)
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m3s
The HTTPException was constructed but never raised, causing the endpoint
to always return 200 even when Standings.recalculate() signalled an error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 19:04:02 -06:00