moved becca to top level source dir

This commit is contained in:
zadam
2021-05-17 22:09:49 +02:00
parent 8bd3e17a3b
commit 439ef4a8cb
58 changed files with 118 additions and 118 deletions

View File

@@ -2,10 +2,10 @@
const sql = require('./sql');
const log = require('./log');
const Branch = require('../services/becca/entities/branch');
const Branch = require('../becca/entities/branch.js');
const entityChangesService = require('./entity_changes.js');
const protectedSessionService = require('./protected_session');
const becca = require('./becca/becca.js');
const becca = require('../becca/becca.js');
function getNotes(noteIds) {
// we return also deleted notes which have been specifically asked for