From f6cecb4d96873a4cf5feac296278165aeefe7774 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 16 Nov 2024 10:04:23 -0800 Subject: [PATCH] temp for build --- src/lib/hooks/useEmail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/hooks/useEmail.ts b/src/lib/hooks/useEmail.ts index bdacc2ce41a..d2a6b54b6e8 100644 --- a/src/lib/hooks/useEmail.ts +++ b/src/lib/hooks/useEmail.ts @@ -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 &&