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

#326 [fix] 시간 별 유저 조회 로직 수정 #327

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Conversation

KWY0218
Copy link
Member

@KWY0218 KWY0218 commented Aug 26, 2024

✒️ 관련 이슈번호

Key Changes 🔑

  1. 내용
    • 만약 사용자가 06:00 - 08:00 을 입력했다면, 실제 가능한 시간은 06:00, 06:30, 07:00, 07:30 입니다.
      지금까지 08:00를 반환해서 오류가 생겼고, 이를 수정했습니다.

To Reviewers 📢

@KWY0218 KWY0218 requested a review from sohyundoh August 26, 2024 04:48
@KWY0218 KWY0218 self-assigned this Aug 26, 2024
Copy link
Member

@sohyundoh sohyundoh left a comment

Choose a reason for hiding this comment

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

확인했습니다! 고생하셨습니다!

@KWY0218 KWY0218 merged commit 0987cba into develop Aug 26, 2024
4 checks passed
@KWY0218 KWY0218 deleted the feat/#326 branch August 26, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 시간 별 유저 정보 조회 기능 수정
2 participants