Skip to content

Commit

Permalink
hotfix : Token 엔티티 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ram-bo-ram authored Sep 24, 2024
1 parent e32b5cc commit 7e47137
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class Token {
@Id
private Long id;

@Indexed
private String refreshToken;

public static Token of(final Long id, final String refreshToken) {
Expand All @@ -23,4 +24,4 @@ public static Token of(final Long id, final String refreshToken) {
.refreshToken(refreshToken)
.build();
}
}
}

0 comments on commit 7e47137

Please sign in to comment.