Skip to content

Commit

Permalink
[feat] #42 CheckList 내부에 흡연여부 빠져있던 것 채워넣음
Browse files Browse the repository at this point in the history
  • Loading branch information
OJOJIN committed Jan 13, 2024
1 parent 3c65e2d commit c7c5096
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ public void updateCheckList(CheckListRequestDto checkListRequestDto) {
this.lifePatternType = checkListRequestDto.lifePatternType();
this.noiseType = checkListRequestDto.noiseType();
this.sleepType = checkListRequestDto.sleepType();
this.smokeType = checkListRequestDto.smokeType();
}
}

0 comments on commit c7c5096

Please sign in to comment.