fix: v1 api

This commit is contained in:
archer
2023-06-24 21:39:34 +08:00
parent 057c3411b9
commit 5be57da407
2 changed files with 34 additions and 15 deletions

View File

@@ -238,6 +238,7 @@ export const V2_StreamResponse = async ({
}
if (error) {
console.log(error);
return Promise.reject(error);
}