mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
Make xport policy all lowercase for api call
This commit is contained in:
parent
d0517d6107
commit
5720c9c83c
@ -58,7 +58,7 @@ const datasetComplianceSuggestionFeedbackUrlByUrn = (urn: string): string =>
|
||||
* @param {string} urn
|
||||
* @return {string}
|
||||
*/
|
||||
const datasetExportPolicyByUrn = (urn: string): string => `${datasetUrlByUrn(urn)}/exportPolicy`;
|
||||
const datasetExportPolicyByUrn = (urn: string): string => `${datasetUrlByUrn(urn)}/exportpolicy`;
|
||||
|
||||
/**
|
||||
* Describes the properties on a map generated by reading the compliance policy for a dataset
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user