Skip to content

Commit

Permalink
🔧 fix worktime leaderboard cron
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Nov 23, 2024
1 parent a5d3cda commit 40e75df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options/worktime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const dixtPluginWorktimeOptions: DixtPluginWorktimeOptions = {
},
tasks: {
absentees: "0 12 * * 3-7",
leaderboard: "0 12 * * 1",
},
};

Expand Down

0 comments on commit 40e75df

Please sign in to comment.