mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
fixes to cli
This commit is contained in:
+2
-1
@@ -91,7 +91,8 @@ const UserSchema = new Schema({
|
||||
// user.
|
||||
roles: [{
|
||||
type: String,
|
||||
enum: USER_ROLES
|
||||
enum: USER_ROLES,
|
||||
required: true
|
||||
}],
|
||||
|
||||
// Status stores the user status information regarding permissions,
|
||||
|
||||
Reference in New Issue
Block a user