Skip to content

Commit

Permalink
Fix cron in ExpiredRecordsPurger
Browse files Browse the repository at this point in the history
  • Loading branch information
neumanf authored Mar 5, 2024
1 parent 0b403c6 commit 4d40505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Slf4j
@Component
public class ExpiredRecordsPurger {
static private final String AT_MIDNIGHT_CRON = "0 0 * * * *";
static private final String AT_MIDNIGHT_CRON = "0 0 0 * * *";

private final UrlShortenerService urlShortenerService;

Expand Down

0 comments on commit 4d40505

Please sign in to comment.