Skip to content

Commit

Permalink
Merge pull request #459 from TeamSparker/HOTFIX/#458
Browse files Browse the repository at this point in the history
[HOTFIX] LifeDeductionCount 관련 하위버전 호환
  • Loading branch information
youngkwon02 authored Nov 4, 2022
2 parents 06a575d + 4f948fd commit de64bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/api/routes/room/roomDetailGET.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ module.exports = async (req, res) => {
leftDay,
life: room.life,
fromStart: room.fromStart,
lifeDeductionCount: 0,
isTimelineNew,
isTermNew: userEntry[0].newTerm,
myRecord,
Expand Down

0 comments on commit de64bb3

Please sign in to comment.