Skip to content

Commit

Permalink
Merge pull request #108 from bcgov/effectivedate
Browse files Browse the repository at this point in the history
remove extra label
  • Loading branch information
shaunlumbcgov authored Nov 19, 2023
2 parents 8be46d7 + 07665ba commit 89ac027
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/routes/district-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ async function getAllDistrictContacts(req, res) {
{ property: "phoneExtension", label: "Contact Phone Extension" },
{ property: "email", label: "Contact Email" },
{ property: "effective", label: "Effective Date" },
{ property: "expiryDate", label: "Expiry Date" },
{ property: "districtContactTypeCode", label: "CONTACT TYPE CODE" },
{ property: "expiryDate", label: "Expiry Date" }
];

//let content = addDistrictLabels(districtContactResponse.data,districtList);
Expand Down

0 comments on commit 89ac027

Please sign in to comment.