feat: Added applyUsername function
This commit is contained in:
@@ -19,7 +19,7 @@ const userSchema = new Schema({
|
||||
teamInvites: [
|
||||
Types.ObjectId
|
||||
]
|
||||
}, { })
|
||||
})
|
||||
|
||||
const whitelistSchema = new Schema({
|
||||
uuid: { type: String, required: true, unique: true },
|
||||
|
Reference in New Issue
Block a user