Skip to content

Commit

Permalink
hotfix: solve diaryId error
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Dec 4, 2024
1 parent 2d4bcec commit d05f2e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public Diary toDomain(Member member) {

public Diary toDomain(Diary originDiary) {
return Diary.builder()
.id(originDiary.getId())
.content(content)
.targetLang(originDiary.getTargetLang())
.topicId(topicId)
Expand Down

0 comments on commit d05f2e4

Please sign in to comment.