mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 18:12:54 +03:00
fix: sqlite db apply (#3409)
This commit is contained in:
parent
3b1aff1db1
commit
2d41cce90f
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user