Merge branch 'feature-cypress' into dev
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = socket => {
|
||||
};
|
||||
|
||||
const handleCreateRoom = async data => {
|
||||
createNewRoom(data);
|
||||
await createNewRoom(data);
|
||||
sendToOnePlayerRooms(socket.id, await getRooms());
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user