diff --git a/functions/api/routes/room/roomDetailGET.js b/functions/api/routes/room/roomDetailGET.js index 02cd3e1..0883a8a 100644 --- a/functions/api/routes/room/roomDetailGET.js +++ b/functions/api/routes/room/roomDetailGET.js @@ -87,7 +87,7 @@ module.exports = async (req, res) => { console.log('otherRecords', otherRecords); const data = { - roomId, + roomId: room.roomId, roomName: room.roomName, startDate: startDate.format('YYYY.MM.DD.'), endDate: endDate.format('YYYY.MM.DD.'),