feat: Added team invite creation
This commit is contained in:
@@ -18,7 +18,7 @@ const userSchema = new Schema({
|
||||
teamAdmin: Boolean
|
||||
},
|
||||
teamInvites: [
|
||||
Types.ObjectId
|
||||
{ type: Types.ObjectId, ref: 'Team' }
|
||||
]
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user