mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
remove semicolon
This commit is contained in:
parent
76ea7fcb9f
commit
b565e44c86
1 changed files with 1 additions and 1 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue