Skip to content

Commit

Permalink
[마이페이지] 보유 아이템 목록 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Feb 19, 2024
1 parent e3844e4 commit da4fb0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public Member getUserFromHeader(HttpServletRequest request) {
return memberRepository.findByEmail(authentication.getName()).get();
}


public String resolveToken(HttpServletRequest request) {
// TODO: getUserFromHeader와 로직이 조금 겹치는 듯, 추후 수정 필요
String bearerToken = request.getHeader("Authorization");
Expand Down

0 comments on commit da4fb0a

Please sign in to comment.