fix(tests): fix fix fix

This commit is contained in:
SabreCat
2023-07-28 16:08:14 -05:00
parent 16be591ed8
commit 4c60371ebd
5 changed files with 84 additions and 177 deletions

View File

@@ -476,6 +476,9 @@ export default new Schema({
required: true,
validate: [v => validator.isUUID(v), 'Invalid uuid for user invitation inviter id.'],
},
cancelledPlan: {
$type: Boolean,
}
}],
},