mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
sync fixes
This commit is contained in:
@@ -113,6 +113,8 @@ async function pullSync(syncContext) {
|
||||
continue;
|
||||
}
|
||||
|
||||
console.log("Pulling ", sync);
|
||||
|
||||
const resp = await syncRequest(syncContext, 'GET', "/api/sync/" + sync.entity_name + "/" + sync.entity_id);
|
||||
|
||||
if (sync.entity_name === 'notes') {
|
||||
|
||||
Reference in New Issue
Block a user