Root cause: league_service.update_current_state() was calling self.patch() without use_query_params=True. The API expected query params but received JSON body, so database updates for week/freeze silently failed. Changes: - Add use_query_params=True to league_service.py:99 - Fix service layer violation in transaction_freeze.py - now uses player_service.update_player_team() instead of direct API client - Bump version to 2.25.8 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| CLAUDE.md | ||
| custom_command_cleanup.py | ||
| draft_monitor.py | ||
| live_scorebug_tracker.py | ||
| TRANSACTION_EXECUTION_AUTOMATION.md | ||
| transaction_freeze.py | ||