fix moving notes

This commit is contained in:
zadam 2021-07-20 21:12:23 +02:00
parent c82308489b
commit de6ff09bb9

View file

@ -44,7 +44,6 @@ function moveBranchToParent(req) {
newBranch.save();
branchToMove.markAsDeleted();
branchToMove.save();
return { success: true };
}