mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
Fix: window.client.inspect not found (#452)
fix: window.client.inspect not found
This commit is contained in:
@@ -47,7 +47,7 @@ async function _getBlockDatabase(
|
||||
token,
|
||||
})
|
||||
);
|
||||
(window as any).client = workspaces[workspace];
|
||||
(window as any).client = await workspaces[workspace];
|
||||
}
|
||||
return workspaces[workspace];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user