@ -270,7 +270,6 @@ const installationschema = new mongoose.Schema({
category: {
type: String,
enum: [ "Power Outage",
"Pending",
"Resolved",
"Escalation",],
required: true
@ -805,7 +805,6 @@ module.exports = function (fastify, opts, next) {
type: 'string',
enum: ["Power Outage",
"Escalation"]
}