@ -13,7 +13,6 @@ 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