mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -26,7 +26,6 @@ function getNoteRevisions(req) {
|
||||
}
|
||||
|
||||
function getNoteRevision(req) {
|
||||
// FIXME
|
||||
const noteRevision = becca.getNoteRevision(req.params.noteRevisionId);
|
||||
|
||||
if (noteRevision.type === 'file') {
|
||||
|
||||
Reference in New Issue
Block a user