mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
fix deleting all revisions, closes #1774
This commit is contained in:
parent
bff04c121a
commit
7e3d424e23
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const noteCacheService = require('../../services/note_cache/note_cache_service')
|
|||
const protectedSessionService = require('../../services/protected_session');
|
||||
const noteRevisionService = require('../../services/note_revisions');
|
||||
const utils = require('../../services/utils');
|
||||
const sql = require('../../services/sql');
|
||||
const path = require('path');
|
||||
|
||||
function getNoteRevisions(req) {
|
||||
|
|
Loading…
Reference in a new issue