lint
This commit is contained in:
parent
251b4bc6d1
commit
b34e6243c8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { type GetServerSideProps, type NextPage } from "next";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { EventType, EventTypes } from "~/utils/types";
|
import { EventTypes } from "~/utils/types";
|
||||||
|
|
||||||
import { useSession } from "next-auth/react";
|
import { useSession } from "next-auth/react";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
@ -91,7 +91,7 @@ const RoomBody: React.FC = ({}) => {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const [channel] = useChannel(
|
useChannel(
|
||||||
{
|
{
|
||||||
channelName: `${env.NEXT_PUBLIC_APP_ENV}-${roomId}`,
|
channelName: `${env.NEXT_PUBLIC_APP_ENV}-${roomId}`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue