Skip to content

Commit

Permalink
modify end time
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Hsueh committed Jun 30, 2024
1 parent 5a3acc3 commit f5bc7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/users/consts/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ export const START_TIME =
process.env.START_TIME || `${CURRENT_YEAR.toString()}-05-23T16:00:00.000Z`;
// ISO 8601
export const END_TIME =
process.env.END_TIME || `${CURRENT_YEAR.toString()}-06-30T15:59:59.999Z`;
process.env.END_TIME || `${CURRENT_YEAR.toString()}-07-03T15:59:59.999Z`;

0 comments on commit f5bc7bf

Please sign in to comment.