Ignore:
Timestamp:
07/03/22 22:59:15 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
3a783f2
Parents:
ace7865
Message:

Made poker tables system and round 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pages/api/blackjack/gameStates.js

    race7865 rb13f93b  
    2929 */
    3030function checkDeckSize(game) {
    31     if (game.deck.length === 0) {
    32       game.deck = [...deck];
    33     }
     31  if (game.deck.length === 0) {
     32    game.deck = [...deck];
    3433  }
     34}
    3535 
    3636/**
Note: See TracChangeset for help on using the changeset viewer.