Skip to content

Commit

Permalink
Updated end date to be today. (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExiRain authored Dec 13, 2024
1 parent d448337 commit 336c0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/src/pages/Chat/ChatHistory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const ChatHistory: FC = () => {
: new Date(
new Date().getUTCFullYear(),
new Date().getUTCMonth(),
new Date().getUTCDate() + 1
new Date().getUTCDate()
),
},
});
Expand Down

0 comments on commit 336c0f7

Please sign in to comment.