Skip to content

Commit

Permalink
!hotfix: 막차시간 계산 플래그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Aug 2, 2024
1 parent 95b3cf1 commit 9a3ff89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/makar/dev/manager/MakarManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public Calendar computeMakarTime(List<SubRoute> subRouteList, int dayOfWeek) {
computeTransferMakarTime(takingTime, dayOfWeek, subwaySchedule, lastSubRoute.getLineNum(), lastSubRoute.getWayCode(), lastSubRoute.getFromStationCode(), lastSubRoute.getToStationCode());
takingTime = resultCalender.get();
}
canGoInSubway.set(false);
resultTimeInfo.set(null);
resultCalender.set(null);
makarTimes.add(0, takingTime.getTime());
}
return takingTime;
Expand Down

0 comments on commit 9a3ff89

Please sign in to comment.