This commit is contained in:
Atridad Lahiji 2023-09-06 12:58:08 -06:00
parent dc9cc66a56
commit b4ba10fd77
No known key found for this signature in database

View file

@ -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,