Skip to content

Commit

Permalink
MAN-172: Update contact details
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 committed Feb 4, 2025
1 parent af325c6 commit b9790d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions server/properties/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

buildingName: {
optional: true,
checks: [
Expand All @@ -73,7 +72,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

buildingNumber: {
optional: true,
checks: [
Expand All @@ -84,7 +82,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

streetName: {
optional: true,
checks: [
Expand All @@ -95,7 +92,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

district: {
optional: true,
checks: [
Expand All @@ -106,7 +102,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

town: {
optional: true,
checks: [
Expand All @@ -117,7 +112,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

county: {
optional: true,
checks: [
Expand All @@ -128,7 +122,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

postcode: {
optional: true,
checks: [
Expand All @@ -138,7 +131,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

addressType: {
optional: false,
checks: [
Expand All @@ -148,7 +140,6 @@ export const personDetailsValidation: ValidationSpec = {
},
],
},

verified: {
optional: false,
checks: [
Expand Down

0 comments on commit b9790d8

Please sign in to comment.