chore: audio

This commit is contained in:
jialin
2024-11-25 20:07:17 +08:00
parent 961d420c95
commit 7fcd005f06
13 changed files with 159 additions and 151 deletions
+1
View File
@@ -51,6 +51,7 @@ export const fetchChunkedData = async (params: {
...params.headers
}
});
console.log('response====', response);
if (!response.ok) {
return {
error: true,