@ -43,7 +43,7 @@ const citySchema = new mongoose.Schema(
{
branchId:{type:String},
phone: { type: String, unique: true, trim: true },
land_line_number: { type: String, unique: true, trim: true },
land_line_number: { type: String, trim: true },
office_address1: String,
officeName: { type: String },
email: { type: String },