Skip to content

Commit

Permalink
[FIX] 출력문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leGit-y committed Apr 1, 2024
1 parent df95f5e commit 1994e80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service/tokenService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const refreshAccessToken =async (userId: number, refreshToken:string) => {
if(user.refresh_token != refreshToken){
throw new ClientException("Invalid refreshToken(refreshToken doesn't match with user)");
}
console.log("here: ", user.refresh_token)

const token = jwtHandler.access(userId);
const data = {
Expand Down

0 comments on commit 1994e80

Please sign in to comment.