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