remove log

This commit is contained in:
archer 2023-08-15 20:38:11 +08:00
parent cc57a7e27e
commit d8cd2e9b45
No known key found for this signature in database
GPG Key ID: 569A5660D2379E28

View File

@ -61,7 +61,6 @@ export async function getChatHistory({
}
}
]);
console.log(history);
return { history };
}