mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
backend import unification
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const sql = require('./sql');
|
||||
const log = require('./log');
|
||||
const entityChangesService = require('./entity_changes.js');
|
||||
const entityChangesService = require('./entity_changes');
|
||||
const eventService = require('./events');
|
||||
const entityConstructor = require("../becca/entity_constructor.js");
|
||||
const entityConstructor = require("../becca/entity_constructor");
|
||||
|
||||
function updateEntity(entityChange, entity, sourceId) {
|
||||
// can be undefined for options with isSynced=false
|
||||
|
||||
Reference in New Issue
Block a user