mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
note cache breakup into classes, WIP
This commit is contained in:
@@ -5,7 +5,7 @@ const repository = require('./repository');
|
||||
const Branch = require('../entities/branch');
|
||||
const syncTableService = require('./sync_table');
|
||||
const protectedSessionService = require('./protected_session');
|
||||
const noteCacheService = require('./note_cache');
|
||||
const noteCacheService = require('./note_cache/note_cache.js');
|
||||
|
||||
async function getNotes(noteIds) {
|
||||
// we return also deleted notes which have been specifically asked for
|
||||
@@ -197,4 +197,4 @@ module.exports = {
|
||||
validateParentChild,
|
||||
sortNotesAlphabetically,
|
||||
setNoteToParent
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user