mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
note cache breakup into classes, WIP
This commit is contained in:
@@ -8,7 +8,7 @@ const zipImportService = require('../../services/import/zip');
|
||||
const singleImportService = require('../../services/import/single');
|
||||
const cls = require('../../services/cls');
|
||||
const path = require('path');
|
||||
const noteCacheService = require('../../services/note_cache');
|
||||
const noteCacheService = require('../../services/note_cache/note_cache.js');
|
||||
const log = require('../../services/log');
|
||||
const TaskContext = require('../../services/task_context.js');
|
||||
|
||||
@@ -85,4 +85,4 @@ async function importToBranch(req) {
|
||||
|
||||
module.exports = {
|
||||
importToBranch
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user