Skip to content

Commit

Permalink
remove event end test
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Apr 6, 2024
1 parent e100082 commit 64daa85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/check-event-open.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// 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 targetTime = new Date('2024-04-19T23:59:59+09:00')

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

0 comments on commit 64daa85

Please sign in to comment.