Skip to content

Commit

Permalink
Merge pull request #163 from FOREGG-DEV/dev
Browse files Browse the repository at this point in the history
 ♻️ refactor: Record Res 수정
  • Loading branch information
DongJun1110 authored Sep 18, 2024
2 parents 8466518 + 1618b40 commit 6ccc0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public static RecordResponseDTO toRecordResponseDTO(Record record, List<RepeatTi
.repeatTimes(result)
.dose(record.getDose())
.memo(record.getMemo())
.vibration(record.getVibration())
.build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ public class RecordResponseDTO {
private List<RepeatTimeResponseDTO> repeatTimes;
private String dose;
private String memo;
private Boolean vibration;

}

0 comments on commit 6ccc0df

Please sign in to comment.