renamed also cache files/modules

This commit is contained in:
zadam
2021-04-16 23:01:56 +02:00
parent f7e86c5be0
commit 42510fda5c
80 changed files with 83 additions and 83 deletions

View File

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