fix: type error
This commit is contained in:
@@ -323,7 +323,7 @@ export default function ChatPage() {
|
||||
title,
|
||||
} as Conversation,
|
||||
];
|
||||
queryClient.setQueryData(
|
||||
queryClient.setQueryData<Array<Conversation>>(
|
||||
trpc.chat.conversations.fetchAll.queryKey(),
|
||||
newConversations
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user