🐐
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user