Skip to content

Commit

Permalink
version 1.2.4 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryog committed Nov 27, 2024
1 parent 0f118a7 commit bdab31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const initalTweetAnalyzer = {
};

export const intialDate = {
min_date: new Date(2009, 11, 25),
max_date: new Date(2009, 11, 26),
min_date: new Date(2010, 0, 1),
max_date: new Date(2023, 0, 1),
};

export const initialShareableData = {
Expand Down

0 comments on commit bdab31e

Please sign in to comment.