Skip to content

Commit

Permalink
text event end
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Apr 6, 2024
1 parent e032e5b commit 37ce2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/check-event-open.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const targetTime = new Date('2024-04-19T23:59:59+09:00')
// export const targetTime = new Date('2024-04-19T23:59:59+09:00')
export const targetTime = new Date('2024-04-06T18:39:59+09:00')

export const isEventOpen = () => {
const current = new Date()
Expand Down

0 comments on commit 37ce2ec

Please sign in to comment.