Skip to content

Commit

Permalink
ingestion url workflow param
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Aug 3, 2023
1 parent 65f58d1 commit 960fd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wes/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const submitIngestionWorkflowRun = (serviceInfo, projectID, datasetID, da
{projectID, datasetID, dataType}, // params
inputs,
{ // tags
ingestion_url: `${serviceInfo.url}/private/ingest`,
service_url: serviceInfo.url,
project_id: projectID,
dataset_id: datasetID,
data_type: dataType,
Expand Down

0 comments on commit 960fd5f

Please sign in to comment.