Skip to content

Commit 5b6d5d9

Browse files
committed
fix: auto export clan members cron
1 parent 4a090d9 commit 5b6d5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exports/exports.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ExportsService {
2121
private reusableSheetService: ReusableSheetService,
2222
) {}
2323

24-
@CronTab('55 4 * * 0', {
24+
@CronTab('55 4 * * 1', {
2525
monitor: 'auto-export-clan-members',
2626
})
2727
async autoExportClanMembers() {

0 commit comments

Comments
 (0)