Skip to content

Commit

Permalink
Merge branch 'prod' into Feat/#189
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 authored Sep 6, 2024
2 parents a1847bd + ba9a95f commit 6409986
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ public static ReplyResponse of(String nickName, String content, int month, int d
public static ReplyResponse from(Reply reply) {
return new ReplyResponse(reply.getUser().getNickName(), reply.getContent(),
reply.getDiaryCreatedDate().getMonthValue(), reply.getDiaryCreatedDate().getDayOfMonth(), reply.checkUserReadReply());

}
}

0 comments on commit 6409986

Please sign in to comment.