const roomInfo = await Room.findOne({ roomId });
는 해당 아이디 배열 데이터 출력
const roomInfo = await Room.findOne({ roomId: roomId });
는 roomId 번호만 출력 ex) 12