Ignore:
Timestamp:
07/18/22 13:59:55 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
22367db
Parents:
e903234
Message:

Ability for admin to watch live games and for user to see games history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redux/reducers/adminInformationSlice.js

    re903234 rfaff334  
    77        answerForComplaint: '',
    88        liveGames: {
    9             blackjack: [],
    10             roulette: [],
    11             poker: [],
     9            blackjack: {
     10                rooms: [],
     11            },
     12            roulette: {
     13                players: [],
     14            },
     15            poker: {
     16                tables: [],
     17            },
    1218        },
    1319    },
Note: See TracChangeset for help on using the changeset viewer.