Skip to content

Commit

Permalink
Merge pull request #66 from Kusitms-29th-Meetup-TeamE/feat/65/review
Browse files Browse the repository at this point in the history
Fix: 리뷰 작성시 작성일 반영
  • Loading branch information
Jeongho427 authored May 20, 2024
2 parents 1c07e87 + 49108e7 commit 2ded1bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static Review of(Experience experience, User mentor, User mentee, Appoint

public void setContent(String content) {
this.content = content;
this.reviewDate = LocalDate.now();
this.isWritten=true;
}
}

0 comments on commit 2ded1bf

Please sign in to comment.