Merge branch 'feature-cypress' into dev

This commit is contained in:
Wenszel
2023-12-19 11:06:31 +01:00
13 changed files with 2449 additions and 37 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = socket => {
};
const handleCreateRoom = async data => {
createNewRoom(data);
await createNewRoom(data);
sendToOnePlayerRooms(socket.id, await getRooms());
};