mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
note cache breakup into classes, WIP
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const noteCacheService = require('../../services/note_cache');
|
||||
const noteCacheService = require('../../services/note_cache/note_cache.js');
|
||||
const repository = require('../../services/repository');
|
||||
|
||||
async function getSimilarNotes(req) {
|
||||
|
||||
Reference in New Issue
Block a user