Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed May 22, 2023
1 parent a71f01e commit 9b82554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function Sidebar({ session, newChat }: SidebarProps) {
Sidebar.displayName = "Sidebar";

async function SidebarList({ session }: { session?: Session }) {
const chats = (
const chats = await (
await unstable_cache(
() =>
prisma.chat.findMany({
Expand Down

0 comments on commit 9b82554

Please sign in to comment.