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

Release #323

Merged
merged 2 commits into from
Aug 7, 2023
Merged

Release #323

merged 2 commits into from
Aug 7, 2023

Conversation

Hank-Choi
Copy link
Contributor

No description provided.

* startMinute, endMinute null인 경우만 싱크

* startMinute, endMinute null인 경우만 싱크2
@Hank-Choi Hank-Choi requested a review from a team as a code owner August 7, 2023 14:40
@Hank-Choi Hank-Choi requested review from davin111, Jhvictor4 and subeenpark-io and removed request for a team August 7, 2023 14:40
@Hank-Choi Hank-Choi merged commit 5309105 into master Aug 7, 2023
2 checks passed
const startTime = Time.fromHourMinuteString(it.start_time)
const endTime = Time.fromHourMinuteString(it.end_time)
it.startMinute = startTime.totalMinute
it.endMinute = endTime.totalMinute
} else if (it.start && it.len) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

start,len이 있어서
isInvalidClassTime 씹고 들어왔는데
start나 len이 0이면
여기 안 걸려서 startMinute, endMinute 설정 안됐음

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.

1 participant