-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix-be: 예외 처리 과정에서 NPE가 발생하지 않도록 수정 #753
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1727750002.021229 |
HyungHoKim00
changed the title
fix-be: 예외 처리 과정 NPE 수정
fix-be: 예외 처리 과정에서 NPE가 발생하지 않도록 수정
Oct 1, 2024
📌 Test Coverage Report
|
cutehumanS2
approved these changes
Oct 1, 2024
Dobby-Kim
approved these changes
Oct 1, 2024
Dobby-Kim
pushed a commit
that referenced
this pull request
Oct 5, 2024
Chocochip101
pushed a commit
that referenced
this pull request
Oct 5, 2024
Dobby-Kim
added a commit
that referenced
this pull request
Oct 5, 2024
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kwoun Ki Ho <fingercut3822@gmail.com> feat-be: 프로세스 목록 조회 API 필터링 및 정렬 구현 (#756) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: cutehumanS2 <oddpinkjadeite@gmail.com> feat-be: 다중 불합격자 해제 기능 구현 (#759) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kwoun Ki Ho <fingercut3822@gmail.com> feat-be: 대시보드 삭제 api 구현 (#749) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: HyungHoKim00 <hkim1109@naver.com> fix-be: 예외 처리 과정에서 NPE가 발생하지 않도록 수정 (#753) feat-be: 다중 불합격자 기능 구현 (#751) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kwoun Ki Ho <fingercut3822@gmail.com> chore-be(Actions-Prod): 무중단 배포 설정 수정
Dobby-Kim
added a commit
that referenced
this pull request
Oct 5, 2024
82a5d2d (HEAD -> be/main, origin/be/main) fix-be: OSIV 오류 해결 (#746) 7434b61 feat-be: 프로세스 목록 조회 API 필터링 및 정렬 구현 (#756) 2e05f2b feat-be: 다중 불합격자 해제 기능 구현 (#759) 4c60d92 feat-be: 대시보드 삭제 api 구현 (#749) fbbfee5 fix-be: 예외 처리 과정에서 NPE가 발생하지 않도록 수정 (#753) a55783d feat-be: 다중 불합격자 기능 구현 (#751) 071cebc chore-be(Actions-Prod): 무중단 배포 설정 수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
목적
작업 세부사항
참고 사항
EX_HANDLER_FIX_01
closes #752