Skip to content

Commit

Permalink
fix: file upload error in http client (#1033)
Browse files Browse the repository at this point in the history
- Update ipfs-redux-bundle to ensure latest ipfs-http-client is used
with fix for ipfs-inactive/js-ipfs-http-client#967

`let files = await filesOrPromise` was leaving the FileList empty
where it was a FileList rather than a promise of a FileList. No idea 
why yet, but this fixes it for now.


License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
  • Loading branch information
olizilla committed May 9, 2019
1 parent f26871f commit c6ae603
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 56 deletions.
Loading

0 comments on commit c6ae603

Please sign in to comment.