diff --git a/app/router/score.py b/app/router/score.py index d776b5a..73ec2e2 100644 --- a/app/router/score.py +++ b/app/router/score.py @@ -104,6 +104,8 @@ async def submit_score( fetcher, db, redis, + item_id, + room_id, ) await db.refresh(current_user) score_id = score.id