diff --git a/src/main/kotlin/com/msg/gcms/domain/attendance/domain/enums/Period.kt b/src/main/kotlin/com/msg/gcms/domain/attendance/domain/enums/Period.kt index 7f6aa0fe..64521fb5 100644 --- a/src/main/kotlin/com/msg/gcms/domain/attendance/domain/enums/Period.kt +++ b/src/main/kotlin/com/msg/gcms/domain/attendance/domain/enums/Period.kt @@ -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()),