Skip to content

Commit

Permalink
fix : 버그 수정 주석 제시
Browse files Browse the repository at this point in the history
 (CC-184)
  • Loading branch information
j2noo committed Aug 23, 2024
1 parent fa7bd93 commit a485304
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public StartGameResponseDto startFindingGame() {

HashMap<String, String> infoHashMap = new HashMap<>();

//TODO: nextGameIndex == -1 이면 에러 수정
FindingGameDailyInfo nextGameInfo = dto.findingGameInfos().get(nextGameIndex);
LocalDateTime nowTime = LocalDateTime.now(clock);
// 캐싱으로 인해 다음 게임이 이미 시작된 경우를 확인
Expand Down

0 comments on commit a485304

Please sign in to comment.