Browse Source

transloadit: fix logging assembly ID

Renée Kooi 6 years ago
parent
commit
323c4486f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/transloadit/src/index.js

+ 1 - 1
packages/@uppy/transloadit/src/index.js

@@ -189,7 +189,7 @@ module.exports = class Transloadit extends Plugin {
 
       this._connectAssembly(assembly)
 
-      this.uppy.log(`[Transloadit] Created Assembly ${assembly.assembly_id}`)
+      this.uppy.log(`[Transloadit] Created Assembly ${status.assembly_id}`)
       return assembly
     }).catch((err) => {
       err.message = `${this.i18n('creatingAssemblyFailed')}: ${err.message}`