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: #BBB-116 스터디 생성 시 주차 수가 항상 1로만 요청되는 이슈 #25

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

platinouss
Copy link
Contributor

@platinouss platinouss commented Jul 19, 2024

작업 개요

백엔드 api로 요청하는 form 내부의 weeks 값을 업데이트 하는 부분이 추가되어있지 않아, 초기값인 1로만 전달되는 이슈였습니다.
weeks 값을 업데이트 해주는 로직을 추가하여 해결했습니다.

전달 사항

참고 자료

백엔드 api로 요청하는 form 내부의 weeks 값을 업데이트 하는 부분이 추가되어있지 않아, 항상 초기값인 1이 전달되는 이슈였습니다. 따라서, weeks를 업데이트 해주는 로직을 추가하여 해결했습니다.
@platinouss platinouss added the ⚡️Fix 버그 수정 label Jul 19, 2024
@platinouss platinouss requested review from msjang4 and sseunghoon July 19, 2024 04:45
@platinouss platinouss self-assigned this Jul 19, 2024
Copy link
Contributor

@msjang4 msjang4 left a comment

Choose a reason for hiding this comment

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

좀 더 꼼꼼히 확인할게요 감사합니다!

Copy link
Contributor

@sseunghoon sseunghoon left a comment

Choose a reason for hiding this comment

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

멋져요 고생하셨습니다 👍

@platinouss platinouss merged commit 3315caa into develop Jul 22, 2024
1 check passed
@platinouss platinouss deleted the fix/set_study_weeks_count#BBB-116 branch July 26, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️Fix 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants