Skip to content

Commit

Permalink
Merge pull request #20 from Tave-13th-Project-Team-4-Fiurinee/feature…
Browse files Browse the repository at this point in the history
…/entity

fix: 기념일 엔티티 오타 수정
  • Loading branch information
qormoon authored Jun 17, 2024
2 parents df72741 + d100197 commit d4cf1ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class Anniversary {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

private Timestamp anniersaryDate;
private Timestamp anniversaryDate;

private String type;

Expand Down

0 comments on commit d4cf1ab

Please sign in to comment.