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