🐛 Fix ky not working due to fetch rewriting by mistral package
Closes #1396
This commit is contained in:
@ -13,6 +13,7 @@ type Props = {
|
||||
sessionId: string
|
||||
}
|
||||
export const continueChat = async ({ origin, sessionId, message }: Props) => {
|
||||
console.log('test')
|
||||
const session = await getSession(sessionId)
|
||||
|
||||
if (!session) {
|
||||
|
Reference in New Issue
Block a user