mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
feat(nbstore): add blob sync storage (#10752)
This commit is contained in:
@@ -89,11 +89,6 @@ export class AssetsManager {
|
||||
);
|
||||
}
|
||||
|
||||
const exists = (await this._blob.get(blobId)) !== null;
|
||||
if (exists) {
|
||||
return;
|
||||
}
|
||||
|
||||
await this._blob.set(blobId, blob);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user