From 492750df926b1e3e1a9ad8f936cfd7b623f5b278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Sat, 14 Dec 2024 09:59:47 +0100 Subject: [PATCH] komentiranje debug koda --- app/lib/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/auth.ts b/app/lib/auth.ts index 55a1f39..501c647 100644 --- a/app/lib/auth.ts +++ b/app/lib/auth.ts @@ -17,7 +17,7 @@ export const myAuth = () => { // expires: "123", // }; - return(Promise.resolve(session)); + // return(Promise.resolve(session)); return(auth()); }