bugfix/injury-team-null-errors #1
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/injury-team-null-errors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Fix /injury roll and /injury clear commands crashing when player.team is None - Add team fetching logic after search_players() for all injury commands - The search_players() API endpoint returns team as ID only (not nested object) - Added null checks and explicit team fetching using team_service.get_team() - Add Gitea Actions workflow for automated Docker builds - Implements semantic version validation on PRs - Builds and pushes to Docker Hub on main branch merges - Sends Discord notifications on success/failure - Generates 3 image tags: latest, v{VERSION}, v{VERSION}-{COMMIT} Fixes AttributeError: 'NoneType' object has no attribute 'roster_type' Fixes AttributeError: 'NoneType' object has no attribute 'thumbnail' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>