From 5e4703870f43bbd68c69add620e552b90181f599 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 13 Nov 2024 20:03:03 +0300 Subject: [PATCH] chore: fix examples --- demo/nextjs/lib/auth-client.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/nextjs/lib/auth-client.ts b/demo/nextjs/lib/auth-client.ts index 0b652d24..69b7a87c 100644 --- a/demo/nextjs/lib/auth-client.ts +++ b/demo/nextjs/lib/auth-client.ts @@ -41,5 +41,3 @@ export const { useListOrganizations, useActiveOrganization, } = client; - -const c = await client.getSession();