Skip to content

Commit

Permalink
temp for build
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Nov 16, 2024
1 parent 4c49c0c commit f6cecb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/hooks/useEmail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function useEmail() {
// Date set for 11 AM PST on the 18th of November
const isNewEnough =
!!profile?.createdAt &&
Date.parse(profile.createdAt) >= Date.parse('2024-11-18T02:19:00.000Z')
Date.parse(profile.createdAt) >= Date.parse('2024-11-14T02:19:00.000Z')

const isSelfHost =
currentAccount &&
Expand Down

0 comments on commit f6cecb4

Please sign in to comment.