From 65adcedbd063a48eeef742592829f90776f98a5c Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:48:48 +0100 Subject: [PATCH] ar(fix) migration noise --- lib/auth/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/constants.ts b/lib/auth/constants.ts index f1241b41..f397c836 100644 --- a/lib/auth/constants.ts +++ b/lib/auth/constants.ts @@ -33,7 +33,7 @@ const methods = { console.error(e); } }, - getSession: async (params = {}) => { + getSession: async (params = { cookies: '' }) => { try { const response = await fetch(`${process.env.NEXT_PUBLIC_NEXUS_HOST}/api/auth/session`, { method: 'GET',