mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
feat: bump electron (#14158)
This commit is contained in:
@@ -352,7 +352,8 @@ export class CloudBlobStorage extends BlobStorageBase {
|
||||
: undefined;
|
||||
|
||||
try {
|
||||
return await globalThis.fetch(input, {
|
||||
const resolvedUrl = new URL(input, this.options.serverBaseUrl).toString();
|
||||
return await globalThis.fetch(resolvedUrl, {
|
||||
...init,
|
||||
signal: abortController.signal,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user