feat: Added applyUsername function
This commit is contained in:
@@ -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 },
|
||||||
|
Reference in New Issue
Block a user