mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Added email invite limit
This commit is contained in:
committed by
Sabe Jones
parent
ad0a51167d
commit
8a2e6a98c2
@@ -550,6 +550,7 @@ let schema = new Schema({
|
||||
}},
|
||||
webhooks: [WebhookSchema],
|
||||
loginIncentives: {type: Number, default: 0},
|
||||
invitesSent: {type: Number, default: 0},
|
||||
}, {
|
||||
strict: true,
|
||||
minimize: false, // So empty objects are returned
|
||||
|
||||
Reference in New Issue
Block a user