Skip to content

Commit

Permalink
불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank-Choi committed Feb 2, 2024
1 parent ac55cbf commit cd52f1e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ class VacancyNotifierServiceImpl(
info.select("ul.course-info > li:nth-of-type(2) > span:nth-of-type(1) > em")
.text()
.split("/").first().toInt()
val hasVacancy =
info.select("""ul.course-info > li:nth-of-type(3) > span[data-dialog-target="remaining-place-dialog"]""")
.isNotEmpty()
RegistrationStatus(
courseNumber = courseNumber,
lectureNumber = lectureNumber,
Expand Down

0 comments on commit cd52f1e

Please sign in to comment.