Switch to vercel's biome setup (#543)
This commit is contained in:
parent
b8643353c0
commit
43aa1c6e58
52 changed files with 414 additions and 201 deletions
|
|
@ -8,6 +8,7 @@ export async function GET() {
|
|||
return Response.json('Unauthorized!', { status: 401 });
|
||||
}
|
||||
|
||||
// biome-ignore lint: Forbidden non-null assertion.
|
||||
const chats = await getChatsByUserId({ id: session.user.id! });
|
||||
return Response.json(chats);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue