Skip to content

Commit

Permalink
Update to week 1 S3 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoitie committed Jun 11, 2024
1 parent 1002918 commit e5a66a4
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 386 deletions.
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import moment from 'moment';

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

export const firebaseConfig = {
apiKey: 'AIzaSyAWNRqHLhhvhzKl0gkKybocd0nAk2eTlVg',
Expand Down
Loading

0 comments on commit e5a66a4

Please sign in to comment.