Skip to content

Commit

Permalink
add durable Urls as valid enrichment fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sansth1010 committed Dec 6, 2023
1 parent 22243aa commit 57001bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/helpers/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ export const ADDON_FIELDS = [
'issuedDateTime',
'orgTitle',
'provenance',
'downloadLink'
'downloadLink',
'durableUrlCSV',
'durableUrlGeoJSON',
'durableUrlShapeFile',
'durableUrlKML'
];

0 comments on commit 57001bf

Please sign in to comment.