mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-27 20:19:39 -05:00
Commented out admin check, unsure as to whether or not more than one admin can exist
This commit is contained in:
@@ -8,7 +8,7 @@ const InviteTokenSchema = mongoose.Schema(
|
||||
unique: true,
|
||||
},
|
||||
role: {
|
||||
type: String,
|
||||
type: Array,
|
||||
required: true,
|
||||
},
|
||||
token: {
|
||||
|
||||
Reference in New Issue
Block a user