Merge branch 'stable' into next60

This commit is contained in:
zadam
2023-03-16 13:39:28 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ class ConsistencyChecks {
let message = `Branch '${branchId}' was was missing parent note '${parentNoteId}', so it was deleted. `;
if (becca.getNote(noteId).getParentBranches().length === 0) {
const newBranch = new Branch({
const newBranch = new BBranch({
parentNoteId: 'root',
noteId: noteId,
prefix: 'recovered'