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

fix :: 자습실 자리 취소 시 전체 자습실 취소 오류 해결 #247

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

DSMInhyeKang
Copy link
Member

개요

  • 자습실 자리 취소 시 seat-id를 같이 전송하여 전체 자습실의 신청이 취소되는 오류를 해결합니다.

작업사항

  • 자습실 신청 취소 path에 seat id 추가

변경로직

자습실 신청 취소(timeSlot: timeSlot) --> 자습실 신청 취소(seatID: seatID, timeSlot: timeSlot)

변경전

자습실 신청 취소(timeSlot: timeSlot)

변경후

자습실 신청 취소(seatID: seatID, timeSlot: timeSlot)

@DSMInhyeKang DSMInhyeKang added ✨feat 새로운 기능을 추가 할 경우 ♻️refactor 코드 리팩토링 할 경우 👾bug 버그가 발생한 경우 labels Apr 12, 2023
@DSMInhyeKang DSMInhyeKang requested a review from a team as a code owner April 12, 2023 09:47
@DSMInhyeKang DSMInhyeKang self-assigned this Apr 12, 2023
@DSMInhyeKang DSMInhyeKang linked an issue Apr 12, 2023 that may be closed by this pull request
@DSMInhyeKang DSMInhyeKang merged commit 5c340f8 into develop Apr 12, 2023
@DSMInhyeKang DSMInhyeKang deleted the 246-fix-studyroom-cancel-error branch April 12, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👾bug 버그가 발생한 경우 ✨feat 새로운 기능을 추가 할 경우 ♻️refactor 코드 리팩토링 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

자습실 자리 취소 시 전체 신청 취소 오류 해결
2 participants