Skip to content

Commit 130c628

Browse files
committed
fix: 자정을 넘긴 시간을 오전 6시 이전으로 수정
1 parent 654707e commit 130c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domain/src/main/java/com/stop/domain/usecase/route/GetLastTransportTimeUseCaseImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,6 @@ internal class GetLastTransportTimeUseCaseImpl @Inject constructor(
280280
private const val SUBWAY_LINE_ONE = 1
281281
private const val SUBWAY_LINE_EIGHT = 8
282282

283-
private const val MID_NIGHT = 240_000
283+
private const val MID_NIGHT = 60_000
284284
}
285285
}

0 commit comments

Comments
 (0)