We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93436d commit 5ae8781Copy full SHA for 5ae8781
src/main/kotlin/dsm/pick2024/domain/timetable/service/QueryTimetableService.kt
@@ -9,7 +9,6 @@ import dsm.pick2024.infrastructure.s3.FileUtil
9
import org.springframework.stereotype.Service
10
import org.springframework.transaction.annotation.Transactional
11
import java.time.LocalDate
12
-import java.time.ZoneId
13
14
@Service
15
class QueryTimetableService(
src/main/kotlin/dsm/pick2024/domain/timetable/service/QueryWeekTimetableService.kt
import java.time.DayOfWeek
0 commit comments