switched device_name to devices
This commit is contained in:
@ -8,7 +8,7 @@ const UserSchema = new mongoose.Schema({
|
||||
key: String,
|
||||
level: String,
|
||||
location: String,
|
||||
device_name: String
|
||||
devices: [String]
|
||||
});
|
||||
|
||||
// changelog query helper
|
||||
|
Reference in New Issue
Block a user