Updated Meteor to 2.5.1

This commit is contained in:
Stefan Zermatten
2021-12-27 17:48:34 +02:00
parent dca55d1d00
commit 2cd784c92b
4 changed files with 69 additions and 73 deletions

View File

@@ -16,7 +16,6 @@ let InviteSchema = new SimpleSchema({
regEx: SimpleSchema.RegEx.Id,
optional: true,
index: 1,
unique: 1,
},
inviteToken: {
type: String,