mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
backend import unification
This commit is contained in:
@@ -2,8 +2,8 @@ const eventService = require('./events');
|
||||
const scriptService = require('./script');
|
||||
const treeService = require('./tree');
|
||||
const noteService = require('./notes');
|
||||
const becca = require('../becca/becca.js');
|
||||
const Attribute = require('../becca/entities/attribute.js');
|
||||
const becca = require('../becca/becca');
|
||||
const Attribute = require('../becca/entities/attribute');
|
||||
|
||||
function runAttachedRelations(note, relationName, originEntity) {
|
||||
// same script note can get here with multiple ways, but execute only once
|
||||
|
||||
Reference in New Issue
Block a user