Skip to content

Commit

Permalink
feat(hub-common): remove redundant migration entry for migrating DCAT…
Browse files Browse the repository at this point in the history
… configs

affects: @esri/hub-common
  • Loading branch information
sonofflynn89 committed Sep 23, 2021
1 parent baf39af commit 8daf1fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/common/src/sites/_migrate-feed-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const indexValueToV3Value: any = {
"{{enrichments.categories}}": "{{categories}}",
"{{default.id}}": "{{id}}",
"{{item.licenseInfo || No License}}": "{{licenseInfo || No License}}",
"{{item.licenseInfo}},{{metadata.metadata.dataIdInfo.idPoC.rpOrgName}},{{metadata.metadata.dataIdInfo.idPoC.rpCntInfo.cntAddress.eMailAdd}}":
"{{licenseInfo}},{{metadata.metadata.dataIdInfo.idPoC.rpOrgName}},{{metadata.metadata.dataIdInfo.idPoC.rpCntInfo.cntAddress.eMailAdd}}",
"{{org.portalProperties.links.contactUs.url || mailto:data@tempe.gov}}":
"{{orgContactEmail || mailto:data@tempe.gov}}",
"{{default.description || No Description}}":
Expand Down

0 comments on commit 8daf1fd

Please sign in to comment.