Skip to content

Commit

Permalink
[Chore] 코드 정리(#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed May 30, 2024
1 parent 1e3ebc3 commit aa8f297
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ public static RefreshToken of(final Long memberId, final String refreshToken) {
.refreshToken(refreshToken)
.build();
}

public void updateRefreshToken(final String refreshToken) {
this.refreshToken = refreshToken;
}
}

0 comments on commit aa8f297

Please sign in to comment.