Webatrice: Adding game created to persistence layer (#5067)

This commit is contained in:
Joseph Insalaco 2024-06-26 21:03:21 -04:00 committed by GitHub
parent f8bc6cf998
commit 1ab723ca64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 1 deletions

View file

@ -57,4 +57,9 @@ export const Actions = {
name,
amount
}),
gameCreated: (roomId) => ({
type: Types.GAME_CREATED,
roomId
}),
}