mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(infra): increase eventemitter listener count (#9799)
This commit is contained in:
@@ -348,6 +348,8 @@ class CloudWorkspaceFlavourProvider implements WorkspaceFlavourProvider {
|
||||
await storage.connection.waitForConnected();
|
||||
const localBlob = await storage.get(blob);
|
||||
|
||||
storage.connection.disconnect();
|
||||
|
||||
if (localBlob) {
|
||||
return new Blob([localBlob.data], { type: localBlob.mime });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user