From 4f948fdd126c0e271aca7417790f382352a21acb Mon Sep 17 00:00:00 2001 From: youngkwon02 Date: Sat, 5 Nov 2022 01:29:48 +0900 Subject: [PATCH] =?UTF-8?q?HOTFIX:=20LifeDeductionCount=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=ED=95=98=EC=9C=84=EB=B2=84=EC=A0=84=20=ED=98=B8?= =?UTF-8?q?=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/api/routes/room/roomDetailGET.js | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/api/routes/room/roomDetailGET.js b/functions/api/routes/room/roomDetailGET.js index 66ed73c..c6e6f8d 100644 --- a/functions/api/routes/room/roomDetailGET.js +++ b/functions/api/routes/room/roomDetailGET.js @@ -130,6 +130,7 @@ module.exports = async (req, res) => { leftDay, life: room.life, fromStart: room.fromStart, + lifeDeductionCount: 0, isTimelineNew, isTermNew: userEntry[0].newTerm, myRecord,