From 0641f94b5d445a2b38ed39ea5918b8ccc3186a08 Mon Sep 17 00:00:00 2001 From: rgwozdz Date: Mon, 16 Nov 2020 11:56:59 -0800 Subject: [PATCH] docs(@esri/hub-downloads): add TODO affects: @esri/hub-downloads --- packages/downloads/src/portal/portal-request-dataset-export.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/downloads/src/portal/portal-request-dataset-export.ts b/packages/downloads/src/portal/portal-request-dataset-export.ts index 0476c0cdb7e..2afe70bfad2 100644 --- a/packages/downloads/src/portal/portal-request-dataset-export.ts +++ b/packages/downloads/src/portal/portal-request-dataset-export.ts @@ -42,6 +42,8 @@ export function portalRequestDatasetExport( function composeExportParameters(params: any) { const { datasetId, spatialRefId, where } = params; + + // TODO: move parseDatasetId() to hub-common and use that here const layerId = datasetId.split("_")[1]; if (!layerId) {