Skip to content

Commit 982e1b1

Browse files
committed
🔧 fix leaderboard cron schedule to run on sundays
1 parent 747bcb3 commit 982e1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/options/worktime.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const dixtPluginWorktimeOptions: DixtPluginWorktimeOptions = {
2929
},
3030
tasks: {
3131
absentees: "0 12 * * 3-7",
32-
leaderboard: "0 12 * * 1",
32+
leaderboard: "0 12 * * 0",
3333
},
3434
};
3535

0 commit comments

Comments
 (0)