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.
Related issue 🛠
Work Description ✏️
공연 삭제 시 예매자 존재 여부 확인 로직이 booking의 총 개수가 아닌 cancelled 된 booking을 제외한 총 개수로 판단하도록 쿼리문을 수정했습니다.
Trouble Shooting ⚽️
Related ScreenShot 📷
기존 공연을 예매했습니다.
해당 공연을 삭제 시도하면 예매자가 존재하므로 에러를 반환합니다.
해당 예매를 취소(삭제)했습니다.
공연 삭제가 성공한 것을 확인했습니다.
Uncompleted Tasks 😅
To Reviewers 📢