Browse Source

remove semicolon

Artur Paikin 6 years ago
parent
commit
b565e44c86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/aws-s3-multipart/src/index.js

+ 1 - 1
packages/@uppy/aws-s3-multipart/src/index.js

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