Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hotfix] 401 else 처리 #183

Merged
merged 1 commit into from
Apr 6, 2024
Merged

[Hotfix] 401 else 처리 #183

merged 1 commit into from
Apr 6, 2024

Conversation

HI-JIN2
Copy link
Member

@HI-JIN2 HI-JIN2 commented Apr 6, 2024

Summary

토큰 재발급 api에서 401을 호소할때에 대한 처리가 안되어 있었음. 통신이 되었기 때문에 exception으로 걸리지 않았던 것임

Describe your changes

  • 기존 구조
try { if successful } 

catch(e)
  • 수정 안
try { if successful } 
else 

catch(e)

Issue

  • Resolves #

To reviewers

@HI-JIN2 HI-JIN2 self-assigned this Apr 6, 2024
@HI-JIN2 HI-JIN2 merged commit ceafa87 into develop Apr 6, 2024
1 check passed
@HI-JIN2 HI-JIN2 deleted the hotfix/401 branch April 6, 2024 10:03
HI-JIN2 added a commit that referenced this pull request Apr 6, 2024
* [Hotfix] 401 else 처리 (#183)

* version 1.1.13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant