Skip to content

Commit

Permalink
fix: id 값 누락한거 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
maiload committed Sep 6, 2024
1 parent 7c83588 commit d2015a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static DiaryDto of(
LocalDateTime createdAt
){
return new DiaryDto(
null,
id,
title,
content,
userDto,
Expand Down

0 comments on commit d2015a6

Please sign in to comment.