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

[refactor] 여행 입장 비즈니스 로직 리팩터링 #58

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

gardening-y
Copy link
Member

Related Issue 📌

close #56

Description ✔️

  • 따로 participantRepository.save(participant);를 사용하지 않아도 Trip의 변경사항이 저장되면서 Participant도 저장되기 때문에 삭제해줬습니다.

@gardening-y gardening-y requested a review from SunwoongH January 10, 2024 19:11
@gardening-y gardening-y self-assigned this Jan 10, 2024
Copy link
Member

@SunwoongH SunwoongH left a comment

Choose a reason for hiding this comment

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

확인했습니다.

@gardening-y gardening-y merged commit 1239396 into develop Jan 10, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/56 branch July 11, 2024 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 여행 입장 비즈니스 로직 리팩터링
2 participants