Skip to content

Commit

Permalink
fix: add some missing parameters in upload by url
Browse files Browse the repository at this point in the history
  • Loading branch information
honelone committed Feb 1, 2024
1 parent ce9b54e commit 0862bfd
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 0862bfd

Please sign in to comment.