mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(tests): fix fix fix
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user