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.
✅ PR 타입(하나 이상의 PR 타입을 선택해주세요)
📌 관련 이슈
closed #178
✨ 과제 내용
카테고리를 이름 수정 없이 색상이나 타입만 수정했을 때,
중복된 카테고리라고 인식하게 되어 발생하는 에러였습니다.
해결을 위해 request로 받은 카테고리 이름이 null이 아니고 조회해온 카테고리와 이름이 "같지 않을 때"에만 이름 중복 여부를 확인하도록 수정하였습니다.
📸 스크린샷(선택)
📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들