Skip to content

Commit

Permalink
🔧 fix leaderboard cron schedule to run on sundays
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Nov 25, 2024
1 parent 747bcb3 commit 982e1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/worktime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const dixtPluginWorktimeOptions: DixtPluginWorktimeOptions = {
},
tasks: {
absentees: "0 12 * * 3-7",
leaderboard: "0 12 * * 1",
leaderboard: "0 12 * * 0",
},
};

Expand Down

0 comments on commit 982e1b1

Please sign in to comment.