migration fixes

This commit is contained in:
zadam
2022-12-27 21:17:40 +01:00
parent 620bed73bb
commit 0ddaa8f5c2
8 changed files with 18 additions and 13 deletions

View File

@@ -296,7 +296,7 @@ class ConsistencyChecks {
for (const branch of branches.slice(1)) {
branch.markAsDeleted();
logFix(`Removing branch '${branch.branchId}' since it's parent-child duplicate of branch '${origBranch.branchId}'`);
logFix(`Removing branch '${branch.branchId}' since it's a parent-child duplicate of branch '${origBranch.branchId}'`);
}
this.reloadNeeded = true;