mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
sync fixes
This commit is contained in:
@@ -245,7 +245,7 @@ async function pushEntity(sync, syncContext) {
|
||||
log.info(`Pushing changes in sync #${sync.id} ${sync.entityName} ${sync.entityId}`);
|
||||
|
||||
const payload = {
|
||||
sourceId: sourceId.getCurrentSourceId(),
|
||||
sourceId: source_id.getCurrentSourceId(),
|
||||
entity: entity
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user