Skip to content

Commit

Permalink
Merge pull request #294 from GSM-MSG/feature/293-fix-enum
Browse files Browse the repository at this point in the history
Period enum 오타를 수정했습니다
  • Loading branch information
ani2689 authored Mar 22, 2024
2 parents 21d362b + b4f3909 commit 7d49b39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ enum class Period(
SECOND(2, "09:40:00".toTime()),
THIRD(3, "10:40:00".toTime()),
FOURTH(4, "11:40:00".toTime()),
FIFTIETH(5, "13:30:00".toTime()),
FIFTH(5, "13:30:00".toTime()),
SIXTH(6, "14:30:00".toTime()),
SEVENTH(7, "15:30:00".toTime()),
EIGHTIETH(8, "16:40:00".toTime()),
EIGHTH(8, "16:40:00".toTime()),
NINTH(9, "17:40:00".toTime()),
TENTH(10, "19:30:00".toTime()),
ELEVENTH(11, "20:30:00".toTime()),
Expand Down

0 comments on commit 7d49b39

Please sign in to comment.