Merge pull request #63 from buster-so/nate/security-remediation

set cookies
This commit is contained in:
Nate Kelley 2025-01-23 16:07:19 -08:00 committed by GitHub
commit d29e9345ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export const COOKIE_OPTIONS: CookieOptions = {
maxAge: 60 * 60 * 24 * 7 // 1 week
};
export const createServerSupabaseClient = async () => {
export const createClient = async () => {
const cookieStore = await cookies();
return createServerClient(