diff --git a/webv2/server/utils/models.ts b/webv2/server/utils/models.ts index 636f854..d64ae4e 100644 --- a/webv2/server/utils/models.ts +++ b/webv2/server/utils/models.ts @@ -19,7 +19,7 @@ const userSchema = new Schema({ teamInvites: [ Types.ObjectId ] -}, { }) +}) const whitelistSchema = new Schema({ uuid: { type: String, required: true, unique: true },