Skip to content

Commit

Permalink
Update season end
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Moitié committed Dec 12, 2023
1 parent 9b5bbb1 commit 289ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import moment from 'moment';

export const seasonStart = moment('2023-12-12T00:00:00+00:00').utc();
export const seasonEnd = moment('2024-03-13T00:00:00+00:00').utc();
export const seasonEnd = moment('2024-03-11T00:00:00+00:00').utc();
export const weekSeasonStart = moment('2023-12-12T00:00:00+00:00').utc();

export const firebaseConfig = {
Expand Down

0 comments on commit 289ce4c

Please sign in to comment.