fix note ordering sync

This commit is contained in:
azivner
2018-04-14 08:23:06 -04:00
parent 66cee8daa4
commit d57057ba28
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ async function updateEntity(sync, entity, sourceId) {
await updateApiToken(entity, sourceId);
}
else {
throw new Error(`Unrecognized entity type ${entityName}`);
throw new Error(`Unrecognized entity type ${sync}`);
}
}