Skip to content

Commit

Permalink
Expand comment
Browse files Browse the repository at this point in the history
Signed-off-by: cosa65 <[email protected]>
  • Loading branch information
cosa65 committed Dec 7, 2023
1 parent a37896c commit ed8d5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redux/actions/samples/createSampleFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const createSampleFile = (
// TODO we should check if they can be separated somehow between
// The ones that are relevant for the api vs
// the ones that are only necessary for retry (fileObject, compressed)
// Perhaps into an uploadRetryParams object or something
const fileForRedux = _.pick(file, ['size', 'upload', 'fileObject', 'compressed']);

dispatch({
Expand Down

0 comments on commit ed8d5b4

Please sign in to comment.