This commit is contained in:
Atridad Lahiji 2023-09-06 12:58:08 -06:00 committed by atridadl
parent 84de59a462
commit 97b685ef05
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"; export const fetchCache = "force-no-store";
const RoomList = () => { const RoomList = () => {
const { isSignedIn, user } = useUser(); const { user } = useUser();
configureAbly({ configureAbly({
key: env.NEXT_PUBLIC_ABLY_PUBLIC_KEY, key: env.NEXT_PUBLIC_ABLY_PUBLIC_KEY,