fix: Migrated from transactions to writes, closes #30
All checks were successful
Build and Deploy / Deploy Web (push) Successful in 1m2s
Build and Deploy / Deploy Discord Bot (push) Successful in 42s

This commit is contained in:
2023-06-06 10:37:30 +02:00
parent 3eb4453d71
commit ea7a3e3a8f
4 changed files with 33 additions and 17 deletions

View File

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