Tested folders, notes, and rolls
This commit is contained in:
@@ -52,7 +52,7 @@ let ComputedOnlyBranchSchema = createPropertySchema({
|
||||
},
|
||||
});
|
||||
|
||||
const ComputedBranchSchema = new SimpleSchema()
|
||||
const ComputedBranchSchema = new SimpleSchema({})
|
||||
.extend(BranchSchema)
|
||||
.extend(ComputedOnlyBranchSchema);
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ let ComputedOnlyRollSchema = createPropertySchema({
|
||||
},
|
||||
});
|
||||
|
||||
const ComputedRollSchema = new SimpleSchema()
|
||||
const ComputedRollSchema = new SimpleSchema({})
|
||||
.extend(RollSchema)
|
||||
.extend(ComputedOnlyRollSchema);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user