Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(votes): handle potential None result on total_votes
Ensure total_votes defaults to 0 if no votes are found. This change prevents potential runtime errors when accessing the total votes and improves the reliability of the votes endpoint in the bot controller.
- Loading branch information