Skip to content

Commit

Permalink
테스트 깨지는 것 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
subeenpark-io committed Jan 10, 2024
1 parent 14f799d commit 320c071
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ data class ClassPlaceAndTimeLegacyRequestDto(
day = day,
place = place ?: "",
startMinute = startMinute,
endMinute = endMinute
endMinute = endMinute,
lectureHall = null
)
}

Expand Down

0 comments on commit 320c071

Please sign in to comment.