mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
backend import unification
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
const sql = require('../../services/sql');
|
||||
const log = require('../../services/log');
|
||||
const attributeService = require('../../services/attributes');
|
||||
const Attribute = require('../../becca/entities/attribute.js');
|
||||
const becca = require("../../becca/becca.js");
|
||||
const Attribute = require('../../becca/entities/attribute');
|
||||
const becca = require("../../becca/becca");
|
||||
|
||||
function getEffectiveNoteAttributes(req) {
|
||||
const note = becca.getNote(req.params.noteId);
|
||||
|
||||
Reference in New Issue
Block a user