chore: field description icon

This commit is contained in:
jialin
2025-02-10 18:44:21 +08:00
parent cbf1e42c73
commit 1def9a6b19
3 changed files with 6 additions and 9 deletions
+1 -4
View File
@@ -68,10 +68,7 @@ export const fetchChunkedData = async (params: {
});
if (!response.ok) {
return {
error: true,
data: await errorHandler(response)
};
return await errorHandler(response);
}
const reader = response?.body?.getReader();
const decoder = new TextDecoder('utf-8', {