Update Complaint.js
This commit is contained in:
@@ -13,7 +13,7 @@ const ComplaintSchema = mongoose.Schema({
|
||||
caption: String,
|
||||
callType: Boolean,
|
||||
read: { type: Boolean, default: false },
|
||||
|
||||
complete: { type: Boolean, default: false },
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user