fix: type error

This commit is contained in:
Avraham Sakal
2025-09-21 20:21:30 -04:00
parent 185a16be6f
commit 542b6e45c3
+1 -1
View File
@@ -323,7 +323,7 @@ export default function ChatPage() {
title, title,
} as Conversation, } as Conversation,
]; ];
queryClient.setQueryData( queryClient.setQueryData<Array<Conversation>>(
trpc.chat.conversations.fetchAll.queryKey(), trpc.chat.conversations.fetchAll.queryKey(),
newConversations newConversations
); );