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