Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jul 17, 2024
2 parents af0075e + feaf42c commit a13ef89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private KakaoPlatformInfo getKakaoAccessTokenInfo(String accessTokenWithTokenTyp
try {
return kakaoFeignClient.getKakaoAccessTokenInfo(accessTokenWithTokenType);
} catch (FeignException e) {
log.error("Failed to get Kakao platform id", e);
System.out.println(accessTokenWithTokenType);
throw new AuthException(ErrorMessage.INVALID_KAKAO_ACCESS_TOKEN);
}
}
Expand Down

0 comments on commit a13ef89

Please sign in to comment.