Skip to content

Commit

Permalink
Merge pull request #248 from OutDecision/issue/247
Browse files Browse the repository at this point in the history
🐞[BUGFIX]: 새로고침 데이터 반환 오류
  • Loading branch information
baeksom authored May 28, 2024
2 parents 66e0ac5 + 1e91607 commit 1887803
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public Cookie[] getCookies() {
};

filterChain.doFilter(requestWrapper, response);
return;
}

// 아래 코드는 AccessToken이 유효할 때만 실행됨
Expand Down

0 comments on commit 1887803

Please sign in to comment.