Lint
This commit is contained in:
parent
dc9cc66a56
commit
b4ba10fd77
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue