Skip to content

Commit

Permalink
feat : 테스트용 메소드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyaak committed Aug 29, 2024
1 parent b0157eb commit 5af87e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public void init() {
// 20분마다 사용량 DB에 반영
@Scheduled(cron = "0 */20 * * * *")
private void persist() {
System.out.println("persist key!!");
publicApiKeyRepository.saveAll(keys);
}

Expand Down

0 comments on commit 5af87e3

Please sign in to comment.