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