feat: Added applyUsername function
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m3s
Build and Deploy / Deploy Discord Bot (push) Successful in 41s

This commit is contained in:
Xeovalyte 2023-06-06 13:48:24 +02:00
parent ea7a3e3a8f
commit 89027590ca

View File

@ -19,7 +19,7 @@ const userSchema = new Schema({
teamInvites: [
Types.ObjectId
]
}, { })
})
const whitelistSchema = new Schema({
uuid: { type: String, required: true, unique: true },