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

πŸ”€ :: (#170) 일정 μ—†μ„λ•Œ μ•± 비정상 μ’…λ£Œ 버그 μˆ˜μ • #242

Conversation

JunJaBoy
Copy link
Member

@JunJaBoy JunJaBoy commented Oct 3, 2023

No description provided.

@JunJaBoy JunJaBoy added the 버그 예기치 μ•Šμ€ 문제 λ˜λŠ” μ˜λ„ν•˜μ§€ μ•Šμ€ λ™μž‘(버그)을 λ‚˜νƒ€λƒ…λ‹ˆλ‹€. label Oct 3, 2023
@JunJaBoy JunJaBoy self-assigned this Oct 3, 2023
.gitignore Show resolved Hide resolved
Comment on lines +178 to +179
if (timetableEntity.week_timetable.isNotEmpty()) {
if (timetableEntity.week_timetable[dayOfWeek - 1].week_day != dayOfWeek) {
Copy link

Choose a reason for hiding this comment

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

μ—¬κΈ° Ifλ¬Έ ν•˜λ‚˜λ‘œ μž‘μ„±ν•  수 μžˆμ§€ μ•Šλ‚˜μš”?

Copy link
Member Author

Choose a reason for hiding this comment

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

λ„΅ κ°€λŠ₯ν•©λ‹ˆλ‹€λ§Œ,, ν˜Ήμ‹œ λ‚˜μ€‘μ— μƒκ°λ‚˜λ©΄ μ•„μ˜ˆ extension으둜 κ΅¬ν˜„ν•˜λ €κ³ μš”

Copy link

Choose a reason for hiding this comment

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

그러면 todo ν•˜λ‚˜ λ‚¨κ²¨μ£Όμ‹œλ©΄ 쒋을 것 κ°™μ•„μš”

@JunJaBoy JunJaBoy requested a review from Tmdhoon2 October 4, 2023 00:28
Comment on lines +178 to +179
if (timetableEntity.week_timetable.isNotEmpty()) {
if (timetableEntity.week_timetable[dayOfWeek - 1].week_day != dayOfWeek) {
Copy link

Choose a reason for hiding this comment

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

그러면 todo ν•˜λ‚˜ λ‚¨κ²¨μ£Όμ‹œλ©΄ 쒋을 것 κ°™μ•„μš”

@JunJaBoy JunJaBoy merged commit e93cd46 into develop Oct 4, 2023
1 check passed
@JunJaBoy JunJaBoy deleted the feature/170-일정-μ—†μ„λ•Œ-μ•±-비정상-μ’…λ£Œ-버그-μˆ˜μ • branch October 4, 2023 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 예기치 μ•Šμ€ 문제 λ˜λŠ” μ˜λ„ν•˜μ§€ μ•Šμ€ λ™μž‘(버그)을 λ‚˜νƒ€λƒ…λ‹ˆλ‹€.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

일정 μ—†μ„λ•Œ μ•± 비정상 μ’…λ£Œ 버그 μˆ˜μ •
2 participants