fix
This commit is contained in:
@@ -12,6 +12,10 @@ const ComplaintSchema = mongoose.Schema({
|
||||
receptionCode: String,
|
||||
caption: String,
|
||||
callType: Boolean,
|
||||
type:{
|
||||
type:Number,
|
||||
default:0
|
||||
},
|
||||
read: { type: Boolean, default: false },
|
||||
complete: { type: Boolean, default: false },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user