Skip to content

Commit

Permalink
fix: 1시간 단위 데이터 제거 로직 주석 처리, 향우 기획 변경시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 17, 2024
1 parent 4864e86 commit 822b0d3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ class GroupRankRefreshJob(
}
}

/** 1시간 전에 생성된 랭크 정보는 삭제 */
// TODO : 개발 작업 진행을 위해 해당 로직 주석 처리
/* *//** 1시간 전에 생성된 랭크 정보는 삭제 *//*
txTemplates.writer.coExecute {
groupUserScoreService.deleteAllByModifiedAtBeforeSync(from)
}
}*/
}
}

0 comments on commit 822b0d3

Please sign in to comment.