Skip to content

Commit

Permalink
Correct phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwade1327 committed Jun 1, 2022
1 parent 8c7770e commit c7c97f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/elevator-locator/address-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ module.exports = [
postalCode: 21901,
countryCode: 'USA',
contactName: '',
phoneNumber: '410-376-0003',
phoneNumber: '410-278-3030',
deliveryWindow: 'Harvest Delivery',
lat: 39.609986334696586,
long: -75.93451544617183,
Expand Down Expand Up @@ -668,7 +668,7 @@ module.exports = [
postalCode: 21668,
countryCode: 'USA',
contactName: '',
phoneNumber: '410-376-0003',
phoneNumber: '410-438-3145',
deliveryWindow: 'Harvest Delivery',
lat: 39.18922216592891,
long: -75.8554865038542,
Expand Down

0 comments on commit c7c97f3

Please sign in to comment.