Skip to content

Commit 4d6e92b

Browse files
committed
style: whaWeekToday 함수 이름 getDayOfWeek로 수정
1 parent 0f53bd1 commit 4d6e92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ internal class GetLastTransportTimeUseCaseImpl @Inject constructor(
186186
stationsOfLine
187187
)
188188

189-
val weekType = whaWeekToday()
189+
val weekType = getDayOfWeek()
190190

191191
val enableDestinationStation = if (startStationIndex < endStationIndex) {
192192
stationsOfLine.subList(startStationIndex, endStationIndex)
@@ -284,7 +284,7 @@ internal class GetLastTransportTimeUseCaseImpl @Inject constructor(
284284
/**
285285
* 요일 별로 막차 시간이 다르기 때문에, 앱을 실행하는 오늘의 요일도 받아야 한다.
286286
*/
287-
private fun whaWeekToday(): WeekType {
287+
private fun getDayOfWeek(): WeekType {
288288
return WeekType.WEEK
289289
}
290290

0 commit comments

Comments
 (0)