This commit is contained in:
2026-03-18 18:09:08 +01:00
parent 4e3fd55b54
commit 3045d3ebd5
2 changed files with 1 additions and 1 deletions

View File

@@ -456,7 +456,6 @@ async def start_solo_game(deck_id: str, user: UserModel = Depends(get_current_us
for card in ai_cards:
db.delete(card)
deck.times_played += 1
db.commit()
game_id = create_solo_game(str(user.id), user.username, player_cards, ai_cards, deck_id)