From 3e9ba70b77cc18e1eef70ae91e8215acafc297fd Mon Sep 17 00:00:00 2001 From: ethanf Date: Sat, 12 Oct 2024 02:22:04 -0500 Subject: [PATCH] chore: delete this thing that caused me work --- api/main.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/main.ts b/api/main.ts index 61153c6..c957423 100644 --- a/api/main.ts +++ b/api/main.ts @@ -94,10 +94,6 @@ router.get("/api/dinosaurs/:dinosaur", (context) => { const store = new CookieStore(Deno.env.get("SESSION_COOKIE_KEY") as string, { sessionDataCookieName: "warbforums_sessionData", - cookieSetDeleteOptions: { - sameSite: "none", - secure: true, - }, }); const app = new Application();