fix format
This commit is contained in:
parent
f26e491922
commit
7c2a17c404
@ -821,9 +821,7 @@ const downloadFromRemoteRaw = async (
|
|||||||
return content;
|
return content;
|
||||||
} else {
|
} else {
|
||||||
const content = await // cannot set no-cache here, will have cors error
|
const content = await // cannot set no-cache here, will have cors error
|
||||||
(
|
(await fetch(downloadUrl)).arrayBuffer();
|
||||||
await fetch(downloadUrl)
|
|
||||||
).arrayBuffer();
|
|
||||||
return content;
|
return content;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user