Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 9a50229

Browse files
committed
fix send mail date for accounting
1 parent 7545815 commit 9a50229

File tree

1 file changed

+1
-1
lines changed
  • modules/accounting/service/src/main/java/com/funixproductions/api/accounting/service/services

1 file changed

+1
-1
lines changed

modules/accounting/service/src/main/java/com/funixproductions/api/accounting/service/services/AccountingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class AccountingService {
4545
private final IncomeRepository incomeRepository;
4646
private final GoogleGmailClient gmailClient;
4747

48-
@Scheduled(cron = "0 0 6 1 * *")
48+
@Scheduled(cron = "0 0 6 3 * *")
4949
public void sendLastMonthBillingReport() {
5050
try {
5151
final Instant[] dateRange = getDateRange();

0 commit comments

Comments
 (0)