This commit is contained in:
zadam
2020-03-08 21:59:19 +01:00
parent bafd829ff6
commit 1774f48d07
2 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,11 @@ const syncTableService = require('./sync_table');
const eventService = require('./events');
async function updateEntity(sync, entity, sourceId) {
// can be undefined for options with isSynced=false
if (!entity) {
return;
}
const {entityName} = sync;
if (entityName === 'notes') {