mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
ETAPI auth, spec improvements etc.
This commit is contained in:
@@ -36,6 +36,9 @@ async function processEntityChanges(entityChanges) {
|
||||
|
||||
loadResults.addOption(ec.entity.name);
|
||||
}
|
||||
else if (ec.entityName === 'etapi_tokens') {
|
||||
// NOOP
|
||||
}
|
||||
else {
|
||||
throw new Error(`Unknown entityName ${ec.entityName}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user