diff --git a/src/models/Department.js b/src/models/Department.js index e823143b..b91fdb81 100644 --- a/src/models/Department.js +++ b/src/models/Department.js @@ -49,7 +49,7 @@ const citySchema = new mongoose.Schema( email: { type: String }, address2: String, pincode: { type: String }, - zone: { type: String }, + zone: { type: String , default: "ALL"}, city: { type: String }, location: [{ type : String}], state: String,