Skip to content

Commit

Permalink
fix(server): Les dates de la corvée d'hiver n'avaient pas été mises à…
Browse files Browse the repository at this point in the history
… jour
  • Loading branch information
remillc committed Feb 12, 2024
1 parent fb93cf0 commit 19068a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/job.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const currentJob = '2023-05-10'
const deadline = '2023-08-31'
const currentJob = '2023-12-21'
const deadline = '2024-02-16'

// ----------------------------

Expand Down

0 comments on commit 19068a3

Please sign in to comment.