sync fixes

This commit is contained in:
azivner
2018-01-30 23:23:19 -05:00
parent 47dfca83eb
commit 3f7b54425d
2 changed files with 3 additions and 2 deletions

View File

@@ -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
};