mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 00:06:30 +01:00
fix(edit-docs): consistency check issues
This commit is contained in:
@@ -75,6 +75,10 @@ async function importData(input: Buffer) {
|
||||
const { importZip } = ((await import("./src/services/import/zip.js")).default);
|
||||
const context = new TaskContext("no-report");
|
||||
await importZip(context, input, note, { preserveIds: true });
|
||||
|
||||
const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default;
|
||||
await runOnDemandChecks(true);
|
||||
|
||||
}
|
||||
|
||||
async function createImportZip() {
|
||||
|
||||
Reference in New Issue
Block a user