Commented out admin check, unsure as to whether or not more than one admin can exist

This commit is contained in:
Alex Holliday
2024-07-23 14:30:27 -07:00
parent c77414f2d7
commit 608153b461
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const InviteTokenSchema = mongoose.Schema(
unique: true,
},
role: {
type: String,
type: Array,
required: true,
},
token: {