mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
small fixes
This commit is contained in:
@@ -258,7 +258,8 @@ class ConsistencyChecks {
|
||||
FROM branches
|
||||
WHERE noteId = ?
|
||||
and parentNoteId = ?
|
||||
and isDeleted = 0`, [noteId, parentNoteId]);
|
||||
and isDeleted = 0
|
||||
ORDER BY utcDateCreated`, [noteId, parentNoteId]);
|
||||
|
||||
const branches = branchIds.map(branchId => becca.getBranch(branchId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user