small improvements and fixes

This commit is contained in:
zadam
2020-08-06 23:55:17 +02:00
parent f60af1f05e
commit 02cc52af66
12 changed files with 22 additions and 20 deletions

View File

@@ -3,7 +3,7 @@
const sql = require('../../services/sql');
const protectedSessionService = require('../../services/protected_session');
const noteService = require('../../services/notes');
const noteCacheService = require('../../services/note_cache/note_cache.js');
const noteCacheService = require('../../services/note_cache/note_cache_service');
function getRecentChanges(req) {
const {ancestorNoteId} = req.params;