gemercheung 3 years ago
parent
commit
4437eb072d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controller/room/index.js

+ 1 - 1
src/controller/room/index.js

@@ -99,7 +99,7 @@ export class RoomController extends BasicController {
         // }
       }
       //检查房间人数
-      const res = await this.roomAssistant.checkRoomMaximum(roomId);
+      const res = await this.roomAssistant.checkRoomMaximum(this.roomId);
       console.log("checkRoomMaximum:", res);
       this.roomAssistant.roomMax = res.isMax;