Skip to content

Commit

Permalink
checked with deleted old phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
eselkin committed Dec 11, 2024
1 parent 461daff commit 5398f00
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const FACILITIES_RESULTS = `
postalCode
}
fieldPhoneNumber
fieldMentalHealthPhone
${mhTelephonePara}
fieldOfficeHours {
day
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const PERSON_PROFILE_RESULTS = `
fieldLastName
fieldSuffix
fieldEmailAddress
fieldPhoneNumber
${personTelephoneParagraphGraphql}
fieldDescription
fieldOffice {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const healthCareLocalFacilityPageFragment = `
lon
}
fieldPhoneNumber
fieldMentalHealthPhone
${mhTelephonePara}
fieldOfficeHours {
day
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const leadershipListingPage = `
entity {
... on NodePersonProfile {
title
fieldPhoneNumber
${personTelephoneParagraphGraphql}
entityPublished
fieldNameFirst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = `
fieldSuffix
fieldDescription
fieldEmailAddress
fieldPhoneNumber
${personTelephoneParagraphGraphql}
fieldCompleteBiographyCreate
fieldIntroText
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const pressReleaseFragment = `
...on NodePersonProfile {
title
fieldDescription
fieldPhoneNumber
${personTelephoneParagraphGraphql}
fieldEmailAddress
}
Expand Down

0 comments on commit 5398f00

Please sign in to comment.