From b4ba10fd779538761b12fa564f9516db3dced1a9 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 6 Sep 2023 12:58:08 -0600 Subject: [PATCH] Lint --- src/app/_components/RoomList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/_components/RoomList.tsx b/src/app/_components/RoomList.tsx index 35ec0e4..6eab59b 100644 --- a/src/app/_components/RoomList.tsx +++ b/src/app/_components/RoomList.tsx @@ -14,7 +14,7 @@ export const revalidate = 0; export const fetchCache = "force-no-store"; const RoomList = () => { - const { isSignedIn, user } = useUser(); + const { user } = useUser(); configureAbly({ key: env.NEXT_PUBLIC_ABLY_PUBLIC_KEY,