Tested folders, notes, and rolls

This commit is contained in:
Thaum Rystra
2024-10-14 21:52:37 +02:00
parent efc52b4f68
commit b772a4eaa1
8 changed files with 155 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ let ComputedOnlyBranchSchema = createPropertySchema({
},
});
const ComputedBranchSchema = new SimpleSchema()
const ComputedBranchSchema = new SimpleSchema({})
.extend(BranchSchema)
.extend(ComputedOnlyBranchSchema);

View File

@@ -56,7 +56,7 @@ let ComputedOnlyRollSchema = createPropertySchema({
},
});
const ComputedRollSchema = new SimpleSchema()
const ComputedRollSchema = new SimpleSchema({})
.extend(RollSchema)
.extend(ComputedOnlyRollSchema);