Make xport policy all lowercase for api call

This commit is contained in:
cptran777 2018-09-07 14:30:59 -07:00
parent d0517d6107
commit 5720c9c83c

View File

@ -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