Skip to content

Commit

Permalink
Refactor: RefreshEntity id -> memberId 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
goalSetter09 committed Jul 13, 2024
1 parent 19bdf23 commit ce6dc77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class RefreshEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

private String memberId;
private String username;
private String refresh;
private String expiration;
Expand Down

0 comments on commit ce6dc77

Please sign in to comment.