Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -8,7 +8,7 @@ import { Chat as PreviewChat } from '@/components/chat';
|
|||
import { getChatById, getMessagesByChatId } from '@/lib/db/queries';
|
||||
import { convertToUIMessages } from '@/lib/utils';
|
||||
|
||||
export default async function Page(props: { params: Promise<any> }) {
|
||||
export default async function Page(props: { params: Promise<{ id: string }> }) {
|
||||
const params = await props.params;
|
||||
const { id } = params;
|
||||
const chat = await getChatById({ id });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue