mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
feat: remove workspace & cloud sync
This commit is contained in:
@@ -20,7 +20,7 @@ const DynamicBlocksuite = ({
|
||||
new Promise(async resolve => {
|
||||
if (workspaceId) {
|
||||
const workspace = await getDataCenter().then(dc =>
|
||||
dc.initWorkspace(workspaceId, 'affine')
|
||||
dc.getWorkspace(workspaceId, 'affine')
|
||||
);
|
||||
|
||||
resolve(workspace);
|
||||
|
||||
Reference in New Issue
Block a user