Skip to content

Commit

Permalink
fix: 이전 score 내용을 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Sep 25, 2024
1 parent 05ec593 commit daf3efc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ class GroupRankRefreshJob(
}
}

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

0 comments on commit daf3efc

Please sign in to comment.