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

NO-JIRA--hotfix : 유저 프로필 업데이트 body로 받도록 변경 #49

Merged
merged 3 commits into from
Nov 20, 2023

Conversation

BeommoKoo-dev
Copy link
Collaborator

PR 확인 항목

PR 보내기전에 아래 항목들을 만족 하였는지 체크 해주세요

  • 모진혁 팀에서 정한 커밋 메시지 규칙과 일치하는가?
  • 모진혁 팀에서 정한 코딩 컨벤션과 일치하는가?

PR 종류

어떤 종류의 PR인지 아래 항목중에 체크 해주세요

  • 버그 수정
  • 기능 추가
  • 코드 스타일 변경 (formatting, local variables)
  • 리팩토링 (기능 변경 X)
  • 빌드 관련 수정
  • 문서 내용 수정
  • 테스트 추가
  • 그 외, 어떤 종류인지 기입 바람:

어떤 기능이 추가 되었나요?

Issue Number: N/A

기존에 있던 기능에 영향을 주나요?

  • 아니요

기타

Comment on lines 33 to 34
.orElseThrow(() -> new RuntimeException("해당 회원이 없습니다."));
.orElseThrow(() -> new RuntimeException("해당 회원이 없습니다."));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p1
자체 정의한 예외를 사용하는 것이 좋아보입니다!

@BeommoKoo-dev BeommoKoo-dev merged commit 0ec3eba into dev Nov 20, 2023
1 check passed
@BeommoKoo-dev BeommoKoo-dev deleted the NO-JIRA--beommo--user-profile-update-hotfix branch December 19, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants