Skip to content

Fix: Upload complete event for large files#47

Merged
tonyjin merged 1 commit intobox:masterfrom
tonyjin:fix-upload-complete-event
Aug 17, 2017
Merged

Fix: Upload complete event for large files#47
tonyjin merged 1 commit intobox:masterfrom
tonyjin:fix-upload-complete-event

Conversation

@tonyjin
Copy link
Copy Markdown
Contributor

@tonyjin tonyjin commented Aug 17, 2017

  • Upload complete event didn't contain correct data for files uploaded through multi-put
  • Prettier run over all files

Comment thread src/wrappers/ContentUploader.js Outdated
*/
onComplete = (data: BoxItem[]): void => {
this.emit('complete', data);
console.log(data);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove, move to test file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup whoops.

- Upload complete event didn't contain correct data for files uploaded through multi-put
- Prettier run over all files
@tonyjin tonyjin merged commit ad01823 into box:master Aug 17, 2017
@tonyjin tonyjin deleted the fix-upload-complete-event branch August 17, 2017 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants