|
@@ -184,7 +184,7 @@ module.exports = class AwsS3Multipart extends Plugin {
|
|
|
// Store completed parts in state.
|
|
|
const cFile = this.uppy.getFile(file.id)
|
|
|
if (!cFile) {
|
|
|
- return;
|
|
|
+ return
|
|
|
}
|
|
|
this.uppy.setFileState(file.id, {
|
|
|
s3Multipart: Object.assign({}, cFile.s3Multipart, {
|