Skip to content

Commit

Permalink
Merge pull request #191 from xtreme1-io/hotfix-0.8.1
Browse files Browse the repository at this point in the history
fix: add some missing parameters in upload by url
  • Loading branch information
chua1989 authored Feb 2, 2024
2 parents 46de9bd + e97ead8 commit 7a5cf62
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@
fileUrl: props.uploadUrl,
datasetId: props.id as string,
source: props.source,
resultType: props.resultType as string,
modelId: props.modelId as number,
dataFormat: props.dataFormat as string,
};
// get serialNumbers
const serialNumbers = await uploadDatasetApi(uploadParams, fileItem.controller.signal);
Expand Down

0 comments on commit 7a5cf62

Please sign in to comment.