Skip to content

Commit

Permalink
πŸ› Add weeks to 8-9
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMazout committed May 16, 2024
1 parent 82420b6 commit b80a4a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions motivator/src/server/actions/globals/getTotals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ const TranslateWeekToDate = (week: string) => {
return '2024-05-02 00:00:00'
case '5':
return '2024-05-09 00:00:00'
case '6':
return '2024-05-16 00:00:00'
case '7':
return '2024-05-23 00:00:00'
case '8':
return '2024-05-30 00:00:00'
default:
return '2024-04-9 00:00:00'
}
Expand Down

0 comments on commit b80a4a2

Please sign in to comment.