mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
fix: sqlite db apply (#3409)
This commit is contained in:
@@ -30,7 +30,7 @@ const createDatasource = (workspaceId: string): DatasourceDocAdapter => {
|
|||||||
},
|
},
|
||||||
sendDocUpdate: async (guid, update) => {
|
sendDocUpdate: async (guid, update) => {
|
||||||
return window.apis.db.applyDocUpdate(
|
return window.apis.db.applyDocUpdate(
|
||||||
guid,
|
workspaceId,
|
||||||
update,
|
update,
|
||||||
workspaceId === guid ? undefined : guid
|
workspaceId === guid ? undefined : guid
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user