mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
backend import unification
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
const sql = require('./sql');
|
||||
const log = require('./log');
|
||||
const Branch = require('../becca/entities/branch.js');
|
||||
const entityChangesService = require('./entity_changes.js');
|
||||
const Branch = require('../becca/entities/branch');
|
||||
const entityChangesService = require('./entity_changes');
|
||||
const protectedSessionService = require('./protected_session');
|
||||
const becca = require('../becca/becca.js');
|
||||
const becca = require('../becca/becca');
|
||||
|
||||
function getNotes(noteIds) {
|
||||
// we return also deleted notes which have been specifically asked for
|
||||
|
||||
Reference in New Issue
Block a user