hotfix: make ScorecardTracker methods async to match await callers #117

Merged
cal merged 1 commits from hotfix/scorecard-tracker-async into main 2026-03-20 18:41:45 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
4e75656225 hotfix: make ScorecardTracker methods async to match await callers
PR #106 added await to scorecard_tracker calls but the tracker
methods were still sync, causing TypeError in production:
- /scorebug: "object NoneType can't be used in 'await' expression"
- live_scorebug_tracker: "object list can't be used in 'await' expression"

Also fixes 5 missing awaits in cleanup_service.py and updates tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:37:47 -05:00