remove semicolon

This commit is contained in:
Artur Paikin 2018-08-01 12:21:54 -04:00
parent 76ea7fcb9f
commit b565e44c86

View file

@ -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, {