From f20e280b19b68af2df26cdd3f78537a134a88707 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 13 Aug 2025 09:39:31 -0700 Subject: [PATCH] REMEMBER US FOR A YEAR! --- packages/http/src/auth.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/http/src/auth.ts b/packages/http/src/auth.ts index 3b4ac4c..c0be461 100644 --- a/packages/http/src/auth.ts +++ b/packages/http/src/auth.ts @@ -16,12 +16,13 @@ export const requireAuth = (handler: (req: Request) => Response | Promise