feat: remove workspace & cloud sync

This commit is contained in:
DarkSky
2023-01-02 19:55:38 +08:00
committed by DarkSky
parent 7fea77b64f
commit c0626cf8ac
13 changed files with 101 additions and 30 deletions
@@ -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);