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